| Línea 71... |
Línea 71... |
| 71 |
rocketImage = view.findViewById(R.id.imageView4);
|
71 |
rocketImage = view.findViewById(R.id.imageView4);
|
| 72 |
rocketImage.setBackgroundResource(R.drawable.animationsplash);
|
72 |
rocketImage.setBackgroundResource(R.drawable.animationsplash);
|
| 73 |
rocketAnimation = (AnimationDrawable) rocketImage.getBackground();
|
73 |
rocketAnimation = (AnimationDrawable) rocketImage.getBackground();
|
| 74 |
rocketAnimation.start();
|
74 |
rocketAnimation.start();
|
| Línea -... |
Línea 75... |
| - |
|
75 |
|
| - |
|
76 |
buttonGetStarted = getView().findViewById(R.id.intro_button_get_started);
|
| - |
|
77 |
figura = getView().findViewById(R.id.animationView3); cesa=getView().findViewById(R.id.imageView2);
|
| - |
|
78 |
register= getView().findViewById(R.id.knowmore); introtext = getView().findViewById(R.id.intro_textview_title);
|
| - |
|
79 |
signin = getView().findViewById(R.id.signin_textview_communique_easily); derechos = getView().findViewById(R.id.textView19);
|
| - |
|
80 |
|
| - |
|
81 |
|
| 75 |
|
82 |
|
| 76 |
new Handler(Looper.getMainLooper()).postDelayed(new Runnable() {
|
83 |
new Handler(Looper.getMainLooper()).postDelayed(new Runnable() {
|
| 77 |
@Override
|
84 |
@Override
|
| 78 |
public void run() {
|
85 |
public void run() {
|
| 79 |
rocketAnimation.stop();
|
86 |
rocketAnimation.stop();
|
| Línea 94... |
Línea 101... |
| 94 |
} catch(ClassCastException e) {
|
101 |
} catch(ClassCastException e) {
|
| 95 |
new Exception("La Actividad no implementa Sign");
|
102 |
new Exception("La Actividad no implementa Sign");
|
| 96 |
}
|
103 |
}
|
| Línea 97... |
Línea -... |
| 97 |
|
- |
|
| 98 |
|
- |
|
| 99 |
|
- |
|
| 100 |
|
- |
|
| 101 |
buttonGetStarted = getView().findViewById(R.id.intro_button_get_started);
|
- |
|
| 102 |
figura = getView().findViewById(R.id.animationView3); cesa=getView().findViewById(R.id.imageView2);
|
- |
|
| 103 |
register= getView().findViewById(R.id.knowmore); introtext = getView().findViewById(R.id.intro_textview_title);
|
- |
|
| 104 |
signin = getView().findViewById(R.id.signin_textview_communique_easily); derechos = getView().findViewById(R.id.textView19);
|
104 |
|
| 105 |
|
105 |
|
| 106 |
register.setOnClickListener(new View.OnClickListener() {
|
106 |
register.setOnClickListener(new View.OnClickListener() {
|
| 107 |
@Override
|
107 |
@Override
|
| 108 |
public void onClick(View view) {
|
108 |
public void onClick(View view) {
|