Android Open Source - Development tutorial AdoptMe






Project Summary

Pet finder Android app that goes along with the tutorial at http://ryanharter.com.

Web Site / Source Repository

AdoptMe is hosted in the following web site
https://github.com/rharter/AdoptMe

If you think the Android project AdoptMe listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of AdoptMe.

ItemValue
Java File Count12
Target SDK Version19
Minimum SDK Version14
Activity Count2
Fragment Count3
Required Permissionsandroid.permission.INTERNET
Raw File Namesres\raw\sample_pets.json




Java Source Files

AdoptMe has the following Java source files.

com.ryanharter.adoptme.PetDetailActivity.java
com.ryanharter.adoptme.PetDetailFragment.java
com.ryanharter.adoptme.PetListActivity.java
com.ryanharter.adoptme.PetListFragment.java
com.ryanharter.adoptme.PetListFragmentTest.java
com.ryanharter.adoptme.adapter.PetsAdapter.java
com.ryanharter.adoptme.adapter.PetsAdapterTest.java
com.ryanharter.adoptme.dummy.DummyContent.java
com.ryanharter.adoptme.sample.Contact.java
com.ryanharter.adoptme.sample.Pet.java
com.ryanharter.adoptme.sample.Photo.java
com.ryanharter.adoptme.sample.SampleDataUtils.java