Posts by igorfeiden • 25 points
3 posts
-
1
votes1
answer415
viewsQ: Inserting Textview into a Listview
I have a problem. I need to insert a textview inside a listview. Follows the basic method class MyKickAssAdapter extends BaseAdapter { LayoutInflater mInflater = LayoutInflater.from(getContext());…
-
0
votes4
answers1377
viewsA: Error on AVD startup - Android Studio
Try checking your SDK items. Download updates, and if nothing works, delete the plugin from the IDE and install again. Also, eite give more than 768 memory to a VM because it may occur of it…
-
1
votes1
answer121
viewsQ: Use Notificationmanager in a class that is not Activity
I’m having a little problem and I’m not making it. The problem is this: I have a Fragment in my app, and I want to fire a notification from it. The line I’m having problems with is this:…