simple Search app of businesses in California based on a one keyword and city name, parsing JSON provided by Yahoo Developer Network's REST services. Follows MVC architecture. Uses ListFragment, Search OptionsMenuItem, AsyncTask, custom ArrayAdapter.
MiniYelp is hosted in the following web site
https://github.com/tkfreder/MiniYelp
If you think the Android project MiniYelp 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 MiniYelp.
Item | Value |
---|---|
Java File Count | 8 |
Supported screen sizes | [hdpi] |
Activity Count | 2 |
Fragment Count | 2 |
Required Permissions | android.permission.INTERNET |
MiniYelp has the following Java source files.
com.tinakit.android.miniyelp.Business.java com.tinakit.android.miniyelp.BusinessActivity.java com.tinakit.android.miniyelp.BusinessFragment.java com.tinakit.android.miniyelp.BusinessList.java com.tinakit.android.miniyelp.BusinessListActivity.java com.tinakit.android.miniyelp.BusinessListFragment.java com.tinakit.android.miniyelp.BusinessListViewAdapter.java com.tinakit.android.miniyelp.SingleFragmentActivity.java