Posts by Douglas Drumond Kayama • 201 points
4 posts
-
2
votes1
answer218
viewsA: Android Listview
ListView, from the point of view of children, has infinite height, does not make sense a match_parent. What you need is a LinearLayout (don’t forget the orientation="vertical") and adds the children…
-
2
votes1
answer1075
viewsA: How do I make my app use the default "Gallery" to pick up the path of an image?
Responding to the contrary: Is it possible some Android come without the Gallery app? Or the person remove? Yes, it is. In custom rom it is possible to remove and in Android default, since API 14 or…
androidanswered Douglas Drumond Kayama 201 -
1
votes2
answers119
viewsA: Questions about NDK
i wonder if through NDK is possible to make apps for Windows Phone? No. NDK is a tool to develop in C/C++, but still on Android. What is possible is to abstract much of the code to a lib in C or C++…
-
2
votes1
answer147
viewsA: Unfortunately Application has stopped
You have a fragment in Activity, check whether activity_menu.xml contains the buttons btnLancamentos, btnObjetivos, btnSobre and btonObjInserir or if they are in fragment_menu.xml. If they are in…
androidanswered Douglas Drumond Kayama 201