forked from linuxzasve/androidApp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#1 - prebacil MySimpleArrayAdapter u novu klasu da se Lista novosti lakše čita. linuxzasve#2 - iz liste novosti maknul referencu na samu Activity jer je nepotrebno. linuxzasve#3 - LzzRestApi generateInclude metodu promjenil da koristi StringBuilder. linuxzasve#4 - Fiksne url-ove promjenil u private static final polja sa velikim slovima. linuxzasve#5 - U ListaNovosti klasi sam implementiral OnItemClickListener i napravil cleanScreen metodu. linuxzasve#6 - U ListaNovosti klasi sam izmjenjal malo redoslijed instanciranja Adaptera. linuxzasve#7 - HTTP_FEEDS_FEEDBURNER_COM_LINUXZASVE ListaNovosti. linuxzasve#8 - Toast sam promjenil. DONE : ------------------------------------------------------------------------------------ 1# U ListaNovosti da se kod rotiranja uređaja ne skida ponovo s neta materijal već da se spremi u bundel instancu i reloada. Ovo povlači dosta parcelable posla, nvm 3^^^ :D TO DO : ------------------------------------------------------------------------------------ 2# Isto to spremanje u Bundle napraviti za komentare.
- Loading branch information
Showing
21 changed files
with
765 additions
and
209 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Kaj sam promjenil za sad: | ||
|
||
#1 - prebacil MySimpleArrayAdapter u novu klasu da se Lista novosti lak�e �ita. | ||
#2 - iz liste novosti maknul referencu na samu Activity jer je nepotrebno. | ||
#3 - LzzRestApi generateInclude metodu promjenil da koristi StringBuilder. | ||
#4 - Fiksne url-ove promjenil u private static final polja sa velikim slovima. | ||
#5 - U ListaNovosti klasi sam implementiral OnItemClickListener i napravil cleanScreen metodu. | ||
#6 - U ListaNovosti klasi sam izmjenjal malo redoslijed instanciranja Adaptera. | ||
#7 - HTTP_FEEDS_FEEDBURNER_COM_LINUXZASVE ListaNovosti. | ||
#8 - Toast sam promjenil. | ||
|
||
DONE : | ||
------------------------------------------------------------------------------------ | ||
1# U ListaNovosti da se kod rotiranja ure�aja ne skida ponovo s neta materijal ve� da se spremi u bundel instancu i reloada. | ||
Ovo povla�i dosta parcelable posla, nvm 3^^^ :D | ||
|
||
TO DO : | ||
------------------------------------------------------------------------------------ | ||
2# Isto to spremanje u Bundle napraviti za komentare. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<lint> | ||
</lint> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<menu xmlns:android="http://schemas.android.com/apk/res/android"> | ||
|
||
<item android:id="@+id/menu_refresh" | ||
android:icon="@drawable/ic_refresh" | ||
android:title="@string/menu_refresh" | ||
android:showAsAction="ifRoom|withText" /> | ||
|
||
<item android:id="@+id/action_search" | ||
android:title="@string/menu_search" | ||
android:icon="@drawable/ic_search" | ||
android:showAsAction="ifRoom|withText" /> | ||
|
||
</menu> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.