-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
46 lines (36 loc) · 1.22 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Da se prevedev svi tekstovi na makedonski...
LEARN INFLATE i LayoutInflater
kliknato kopche, neshto kako ic_tab shto sa, sas povishe sostojbe za imagebutton
da se dodade more... dole desno u koe shto ke ima help, about i contact...
valjda tabelaran view ke bide najbolje...
da se najdev finte za pinch to zoom...
setRequestedOrientation (ActivityInfo.SCREEN_ORIENTATION_PORTRAIT); // Fixed Portrait orientation
<TableLayout...>
...
<TableRow>
<ImageView>
android:layout_width="0dip"
android:layout_weight="0.5" //kolku procenti
...
</ImageView>
<ImageView>
android:layout_width="0dip"
android:layout_weight="0.5" //kolku procenti
...
</ImageView>
</TableRow>
<TableRow...>
<ListView>!!
...
</ListView>
...
</TableRow>
---------------------------
ListView lv;
...
lv=(ListView)find...byId(id-to od layout-ot)...
//Da razgledam kako moze da se dodade lista u tableview i da se manipulira...
//i da najdu neshto notify na list adapter za da mu kazes deka e promeneto stanje...
//...da probam da gu napravu listu da chita od obicna Array od String - onoj shto beshe sas<>
//valjda List<String> ime_na_lista;
listadapter = new ArrayAdapter(neshto slichno kako u ListActivity shto e ...)...