app
-
Android startActivityForResult Example
In Android, the startActivity(Intent) method is used to start a new activity, which will be placed at the top of…
Read More » -
Android ListActivity Example
ListActivity is a subclass of Activity that includes a ListView object. Through ListActivity class you can create an activity in…
Read More » -
Android Fragment Tabs Example
As title clarifies, today we ‘re gonna see how to implement a Tab Layout using Fragments. Regarding the previous versions…
Read More » -
Android Fragments Example
A Fragment represents a portion of a user interface or an operation that runs within an Activity. A single activity…
Read More »