This application depicts the usage of action bar with tabs and also implementing the swipe between the tabs.
ActionBar is hosted in the following web site
https://github.com/swethababurao/ActionBar
If you think the Android project ActionBar listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of ActionBar.
Item | Value |
---|---|
Java File Count | 9 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 11 |
Activity Count | 9 |
Fragment Count | 6 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
There are 6 image files in ActionBar. The names of the image files are listed as follows.
alarmnotification.png ic_action_help.png ic_action_location_found.png ic_action_refresh.png ic_action_search.png ic_action_undo.png
The following screenshort is generated from the image listed above.
ActionBar has the following Java source files.
com.example.actionbar.Dummy.java com.example.actionbar.FragmentTwo.java com.example.actionbar.ListAdapter.java com.example.actionbar.MainActivity.java com.example.actionbar.MyTabsListener.java com.example.actionbar.NotificationReceiveActivity.java com.example.actionbar.PopulateList.java com.example.actionbar.PopulateListCat20.java com.example.actionbar.adapter.PageAdapter.java