| bio | website | mukeniosot.com.ar |
|---|---|---|
| location | Buenos Aires, Argentina | |
| age | 29 | |
| visits | member for | 4 years, 8 months |
| seen | Mar 22 '12 at 23:28 | |
| stats | profile views | 390 |
pythonista, mobile game developer, Android dev
|
Feb 11 |
comment |
Null Pointer on View can you post the whole source in pastebin or gist? |
|
Feb 11 |
revised |
I am getting a syntax error on line 42(4th last line) and I cant fix it can someone please help? added 2 characters in body; added 4 characters in body |
|
Feb 11 |
comment |
Safe to reset a MediaPlayer in preparing state? That is ok, with two instances you can wait for the one in preparing state to change to prepared state before releasing it, while with the other you play the next tune. |
|
Feb 11 |
answered | Upload data when Wi-Fi is connected? |
|
Feb 11 |
answered | Safe to reset a MediaPlayer in preparing state? |
|
Feb 11 |
comment |
problem displaying bitmap from native code in android Yes, you have it declared as uint8_t *pictureRGB[4], so you have 32bytes per pixel, when the Bitmap is an RGB565-->16bytes per pixel. |
|
Feb 11 |
answered | Define a structure in python to use a function from a C library (dll) |
|
Feb 11 |
answered | problem displaying bitmap from native code in android |
|
Feb 11 |
answered | How do a use GLUt in native code on android? |
|
Feb 11 |
answered | Updating object in memory when Activity is stopped |
|
Feb 11 |
answered | Importing a module dynamically using imp |
|
Feb 11 |
answered | I am getting a syntax error on line 42(4th last line) and I cant fix it can someone please help? |
|
Jan 26 |
awarded | Popular Question |
|
Dec 22 |
revised |
How could I do face detect during recording video mode added 144 characters in body |
|
Dec 22 |
answered | How could I do face detect during recording video mode |
|
Dec 22 |
comment |
Call method of an activity from dialog I have added an alternative solution to use when you are extending Android Dialog class instead of implementing your Dialog as another Activity. |
|
Dec 22 |
revised |
Call method of an activity from dialog re-ordered answers according to question |
|
Dec 22 |
comment |
Call method of an activity from dialog But what are you doing in the show() method? |
|
Dec 22 |
answered | Call method of an activity from dialog |
|
Dec 22 |
revised |
Access android context in ndk application added code example; added 83 characters in body |