This helped me a lot...
https://github.com/guardianproject/android-ffmpeg
This is not an easy path you have chosen however - I found cross-
compiling to be very tricky to get going on my mac. May the force be
with you...
On Sep 21, 3:46 pm, NAVI NEW wrote:
> Please give me a guideline for imp
Hi there,
I am trying to start a new activity from a menu action, as follows:
public boolean onOptionsItemSelected(MenuItem item) {
switch (item.getItemId()) {
case MENU_PREF:
showDialog(MENU_PREF);
return true;
Don't worry, I worked it out for myself...
On Feb 22, 2:34 pm, frak wrote:
> Hi,
>
> I am new to Android development and have been working on a simple demo
> app that needs to update a TextView a few times from an array after a
> button is clicked. I have read and adapted th
How about a flag that you set to true on the first press and back to
false once it has finished playing? (I am really new to the SDK so am
not sure how viable this is, but it works in other places I have
needed to control access to a rare resource)
frak
On Feb 22, 4:06 pm, CMF wrote:
> Hi
Hi,
I am new to Android development and have been working on a simple demo
app that needs to update a TextView a few times from an array after a
button is clicked. I have read and adapted the code found here to
achieve this:
http://developer.android.com/resources/articles/timed-ui-updates.html
5 matches
Mail list logo