Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Flash Activity Crash Solved
  • Loading branch information
yogeshmadaan100 committed Mar 24, 2015
commit ec9afbd61c3121f8f3e069886be51443322f27e0
Binary file modified source/BuildmLearnStore/bin/BuildmLearnStore.apk
Binary file not shown.
628 changes: 310 additions & 318 deletions source/BuildmLearnStore/bin/R.txt

Large diffs are not rendered by default.

Binary file modified source/BuildmLearnStore/bin/classes.dex
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion source/BuildmLearnStore/bin/jarlist.cache
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# cache for current jar dependency. DO NOT EDIT.
# format is <lastModified> <length> <SHA-1> <path>
# Encoding is UTF-8
1422719324000 995624 3e4e879d0b3dc11f2feb3f55e77e3b5bd82c4a28 /home/yogesh/buildmLearn/actionbarsherlock/libs/android-support-v4.jar
1422719324000 995624 3e4e879d0b3dc11f2feb3f55e77e3b5bd82c4a28 /home/yogesh/buildmLearn/store/source/BuildmLearnStore/libs/android-support-v4.jar
1422719324000 995624 3e4e879d0b3dc11f2feb3f55e77e3b5bd82c4a28 /home/yogesh/buildmLearn/store/source/actionbarlibrary/libs/android-support-v4.jar
Binary file modified source/BuildmLearnStore/bin/resources.ap_
Binary file not shown.
600 changes: 600 additions & 0 deletions source/BuildmLearnStore/gen/com/actionbarsherlock/R.java

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/** Automatically generated file. DO NOT MODIFY */
package com.buildmlearnstore.activities;

public final class BuildConfig {
public final static boolean DEBUG = true;
}
3,424 changes: 3,424 additions & 0 deletions source/BuildmLearnStore/gen/com/buildmlearnstore/activities/R.java

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion source/BuildmLearnStore/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@

# Project target.
target=android-21
android.library.reference.1=../actionbarlibrary
android.library.reference.1=../../../actionbarsherlock
2 changes: 2 additions & 0 deletions source/BuildmLearnStore/res/layout/activity_flashcards.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@

<include
android:id="@+id/questionInMain"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_margin="5dp"
layout="@layout/question"/>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public void onClick(View v) {
@Override
public void onClick(View v) {

if (iQuestionIndex < mCardList.size()) {
if (iQuestionIndex < mCardList.size()-1) {
isFlipped = false;
iQuestionIndex++;
questionView.setVisibility(View.VISIBLE);
Expand All @@ -115,6 +115,9 @@ public void onClick(View v) {
populateQuestion(iQuestionIndex);

} else {
answerView.setVisibility(View.VISIBLE);
TextView answerText = (TextView) findViewById(R.id.answerText);
answerText.setText("This was the last card");
/*Intent myIntent = new Intent(FlashActivity.this,
ScoreActivity.class);
startActivity(myIntent);
Expand Down
Binary file modified source/actionbarlibrary/bin/actionbarlibrary.jar
Binary file not shown.