Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 40 KiB |
@ -0,0 +1,51 @@
|
|||||||
|
package org.isoron.uhabits;
|
||||||
|
|
||||||
|
import android.app.Activity;
|
||||||
|
import android.graphics.Color;
|
||||||
|
import android.os.Bundle;
|
||||||
|
|
||||||
|
import com.github.paolorotolo.appintro.AppIntro2;
|
||||||
|
import com.github.paolorotolo.appintro.AppIntroFragment;
|
||||||
|
|
||||||
|
public class IntroActivity extends AppIntro2
|
||||||
|
{
|
||||||
|
@Override
|
||||||
|
public void init(Bundle savedInstanceState)
|
||||||
|
{
|
||||||
|
showStatusBar(false);
|
||||||
|
|
||||||
|
addSlide(AppIntroFragment.newInstance("Welcome",
|
||||||
|
"Habits Tracker helps you create and mantain good habits.", R.drawable.tutorial_1,
|
||||||
|
Color.parseColor("#194673")));
|
||||||
|
|
||||||
|
addSlide(AppIntroFragment.newInstance("Create some new habits",
|
||||||
|
"Every day, after performing your habit, put a checkmark on the app.",
|
||||||
|
R.drawable.tutorial_2, Color.parseColor("#ffa726")));
|
||||||
|
|
||||||
|
addSlide(AppIntroFragment.newInstance("Keep doing it",
|
||||||
|
"Habits performed consistently for a long time will earn a full star.",
|
||||||
|
R.drawable.tutorial_3, Color.parseColor("#7cb342")));
|
||||||
|
|
||||||
|
addSlide(AppIntroFragment.newInstance("Track your progress",
|
||||||
|
"Detailed graphs show you how your habits improved over time.",
|
||||||
|
R.drawable.tutorial_4, Color.parseColor("#9575cd")));
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void onNextPressed()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void onDonePressed()
|
||||||
|
{
|
||||||
|
finish();
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void onSlideChanged()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
After Width: | Height: | Size: 48 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 57 KiB |
After Width: | Height: | Size: 42 KiB |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 7.1 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 82 KiB |
After Width: | Height: | Size: 153 KiB |
After Width: | Height: | Size: 164 KiB |