Journal - mgolokhov/dodroid GitHub Wiki

Step 3

Witchy layouts.

RecyclerView vs ViewPager.

Step 2

Data representation - Google Forms + spreadsheet. Thx Janice!

Rolling on with questions faster))))

Automation with python.

Step 1

Activities vs Fragments

https://newcircle.com/s/post/1250/android_fragments_tutorial#_best_practices_loose_coupling_of_activities_and_fragments

https://corner.squareup.com/2014/10/advocating-against-android-fragments.html

http://stackoverflow.com/questions/19927452/to-fragment-or-not-to-fragment-nested-fragments-against-activities-why-should

Step 0

Implemented:

two activities: welcome and quiz;

two versions of a callback to the button, in code and through xml (welcome activity);

start explicit and implicit Intents;

read raw file;

parse json;

send complex data in Intent (serialization vs parcelable);

layouts drives me crazy