Meatballs is a sample Android app that shows usage of major Android sub-systems - Activities, Services, Receivers and Notifications (2011)..
meatballs is hosted in the following web site
https://github.com/kozyr/meatballs
If you think the Android project meatballs 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 meatballs.
Item | Value |
---|---|
Java File Count | 14 |
Supported screen sizes | [mdpi, land] |
Minimum SDK Version | 8 |
Activity Count | 1 |
Required Permissions | android.permission.ACCESS_BACKGROUND_SERVICE android.permission.INTERNET android.permission.RECEIVE_BOOT_COMPLETED |
There are 2 image files in meatballs. The names of the image files are listed as follows.
icon48.png refresh.png
The following screenshort is generated from the image listed above.
meatballs has the following Java source files.
com.github.kozyr.android.meatballs.AlarmSetup.java com.github.kozyr.android.meatballs.LocationUpdateListener.java com.github.kozyr.android.meatballs.MeatBallTrackerActivity.java com.github.kozyr.android.meatballs.MeatBallTrackerApp.java com.github.kozyr.android.meatballs.Util.java com.github.kozyr.android.meatballs.map.TruckLocation.java com.github.kozyr.android.meatballs.map.TruckOverlay.java com.github.kozyr.android.meatballs.map.directions.DirectionFetchException.java com.github.kozyr.android.meatballs.map.directions.DirectionsFetcher.java com.github.kozyr.android.meatballs.map.directions.MapDirections.java com.github.kozyr.android.meatballs.map.directions.MapPath.java com.github.kozyr.android.meatballs.map.directions.PolyLine.java com.github.kozyr.android.meatballs.receiver.AlarmSetupReceiver.java com.github.kozyr.android.meatballs.service.MeatBallService.java