Skip to content

Conversation

@susaseri
Copy link

Confirmed this GitHub version builds and functions. However, the order of methods and the usage of whitespaces are quite different between this GitHub version and the Dev Portal version.

LoginActivity.java

  • Remove com.kii.cloud.storage.exception.app.AppException
  • Add showToast()

MainActivity.java

  • Add android.widget.AdapterView and android.widget.AdapterView.OnItemClickListener
  • Add showToast()
  • MainActivity implements OnItemClickListener
  • Change query.sortByAsc to query.sortByDesc
  • Change onListItemClick(ListView l, View v, final int position, long id) to onItemClick(AdapterView<?> arg0, View arg1, final int arg2, long arg3)
  • Add mListView.setOnItemClickListener(this)

LoginActivity.java
- Remove com.kii.cloud.storage.exception.app.AppException
- Add showToast()
MainActivity.java
- Add android.widget.AdapterView and android.widget.AdapterView.OnItemClickListener
- Add showToast()
- MainActivity implements OnItemClickListener
- Change query.sortByAsc to query.sortByDesc
- Change onListItemClick(ListView l, View v, final int position, long id) to onItemClick(AdapterView<?> arg0, View arg1, final int arg2, long arg3)
- Add mListView.setOnItemClickListener(this)
@susaseri susaseri requested a review from kishimotokii January 31, 2017 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants