Multithreading Android Example
This was taken from java9s tutorial on youtube, which was based on a java program and covered into something more Android. MainActivity.java
This was taken from java9s tutorial on youtube, which was based on a java program and covered into something more Android. MainActivity.java
Notes from : http://code.tutsplus.com/tutorials/android-sdk-achieving-movement--mobile-5463 Movement.java MovementView.java UpdateThread.java
Here we use an XML file to set the layout of this simple fragment, unlike the previous example that used java code. This example is from http://www.i-programmer.info/programming/android/6906-android-adventures-fragments-and-xml.html but the code…
Simple android fragment example using code instead of xml for the layouts to keep things simpler. Notes from: http://www.i-programmer.info/programming/android/6882-introducing-android-fragments.html tutorial MainActivity.java MyFragment.java AndroidManifest.xml
Note: On rotation from portrait to landscape, there is a level on inbuilt automation that doesn't appear to have to be programmed. MainActivity.java ChatFragment.java FindFragment.java MeetFragment.java PartyFragment.java layout/main.xml layout/chatfragment.xml layout/findfragment.xml…
ListActivity.java layout/Activity_List.xml AndroidManifest.xml