Hi,
I am trying to do a similar thing but not between two phones. I am
trying to accomplish wireless printing to my home wireless printer.
Could you please guide me through to the initial steps?
Thanks,
Abhi
On Nov 9, 1:50 pm, "Roman ( T-Mobile USA)" wrote:
> You can write a ft
identify each
other?
Thanks,
Abhi
On Nov 9, 1:59 pm, Abhi wrote:
> Hi,
>
> I am trying to do a similar thing but not between two phones. I am
> trying to accomplish wireless printing to my home wireless printer.
> Could you please guide me through to the initial steps?
>
I am trying to place two ImageButtons on an ImageView. I'm using
RelativeLayout (also tried FrameLayout) in the XML file. But this just
places the three elements (ImageButtons and ImageView) at location 0,0
at the top left corner even if I specify layout_marginLeft,
layout_marginRight etc for the I
Never mind. I got it
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For
Hi,
Currently, I am starting a Child activity from a Parent activity in
the following manner:
public class Parent extends Activity {
private int message;
public Parent()
{
message = 0;
}
@Override
public void onCreate(Bundle savedInst
..
ObjectInputStream ois = new ObjectInputStream
(clientSocket.getInputStream());
byte[] buffer = (byte[])ois.readObject();
FileOutputStream fos = new FileOutputStream("C:\\Downloaded\
\picture.jpg");
fos.write(buffer);
....
Any help would be appreciated.
Please help...
thanks,
Abhi
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developer
());
oos.writeObject(buffer);
Please help me to move forward.
Thanks,
Abhi
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group,
FileInputStream(absoluteFilePath);
... and so on
Regards,
Abhi
On Nov 17, 10:06 am, Streets Of Boston
wrote:
> When using openInputStream on the content-resolver, the returned input-
> stream is not as 'flexible' as a FileInputStream. For example,
> FileInputStreams can be r
quickest way to do it?
Thanks for any help in this regard.
Abhi
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email
Hi Tom,
I am not sure if I understood your previous post right...
Abhi
On Nov 20, 2:44 pm, Loki117 wrote:
> Yeah epic fail on my behalf that does not work!
>
> On Nov 20, 1:49 pm, Loki117 wrote:
>
>
>
> > Try this.
>
> > Concat the lat and long values t
Hi,
Is there no one who could help me figure this out, please?
Thanks,
Abhi
On Nov 20, 2:51 pm, Abhi wrote:
> Hi Tom,
>
> I am not sure if I understood your previous post right...
>
> Abhi
>
> On Nov 20, 2:44 pm, Loki117 wrote:
>
>
>
> > Yeah epic
Hi,
I am trying to do the following in my app:
1. Open Gallery just the way it is on the phones (picture folders)
2. Select a folder (say for e.g. 'Camera Pictures')
3. Pick an Image and use it in my app (edit, send etc.)
I have implemented the Image picking feature as below but it doesn't
open
This group has been disappointing me last couple of weeks Where
are all the experts? C'mon, you can do better than this.
Abhi
On Dec 3, 4:37 pm, Abhi wrote:
> Hi,
>
> I am trying to do the following in my app:
>
> 1. Open Gallery just the way it is on the phones (
to it and trying again.!!
Regards,
Abhi
On Mar 1, 11:21 pm, Noam wrote:
> Anyone?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to
Hi,
I was interested in making a springy-bouncing effect for ListViews
similar to one in iphone.
I wanted to make sure about a few things before implementing it.
1). Does Android provide this feature somewhere in the new Donut
version thats coming out?(so that i don't have to re-invent the whee
a USB mass storage mode. What I want to know is if after
this, I can read data from the frame or send data to it. I want to
write an app that pulls data over USB and stores it into the phone
memory.
Can you guys suggest a way out?
Thanks,
Abhi
--~--~-~--~~~---~--~
share things. I am not a pro developer but I understand the
technicalities and have some programming/developing background around
embedded systems.
Let me know.
Thanks,
Abhi
On Aug 31, 3:37 am, Kit wrote:
> Im trying to find out if it is possible to use an Android device (such
> as the G
(this,
android.R.layout.simple_list_item_1, matches));
I want to use the result to be able to take further action.
Thanks,
Abhi
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
Is there no one who could help me on this? Mark Murphy?
On Sep 8, 10:15 am, Abhi wrote:
> Hi guys,
>
> I have been trying to develop an app around the voice recognition
> functionality of Cupcake. As a sample code, I used the
> VoiceRecognition.java project available under A
e
On Sep 10, 6:30 am, Lance Nanek wrote:
> On Sep 8, 10:15 am, Abhi wrote:
>
> > I want to know if I can extract the text result on the list view and
> > use it as a String further on? The part of code I am refering to is
> > below where mList is defined as List
Hi Stefano, All
I am really knew to this... don;t even know how to add these new
libraries into my Cupcake 1.5 to make use of Bluetooth API.
Could you please guide me to a basic level of adding libraries and
working with it?
Thanks,
Abhi
On Sep 13, 9:44 am, Stefano Sanna wrote:
> He
Hi Landy,
This is a great concept... I had this in mind too but got busy doing
some other app. I will start to work on this app soon
Abhi
On Sep 7, 12:23 am, Landy wrote:
> Hi all,
> I am trying to implementPictureinPicture. I used a Frame layout for
> two Video View and tried pl
Can I do a switch(String), case (compare with other string) and how?
I am trying to compare string results and perform actions...
Thanks,
Abhi
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Devel
Ok. Thanks Felipe. I just figured that out.
Regards,
Abhi
On Sep 24, 12:47 pm, Felipe Silveira wrote:
> No, you can't.
>
> In Java we don't have switch with Strings.
>
> Regards,
>
> Felipe Silveira
>
> On Thu, Sep 24, 2009 at 11:56 AM, Abhi wrote:
Hi,
Does anyone have any idea on implementing UPnP in Android? I am
working on a Project for which I need my Android phone to talk to UPnP
devices directly.
Thanks,
Abhi
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To po
I am developing a MySpace app on android and I'm using the sample from
OpenSocial java SDK. Using the various OAuth and OpenSocial API's I am
getting the log on page for MySpace. However when I log in to my
account, I am getting the below message:
"You do not have permission to open this page"
im
Anyone has any clue about this?
On Jan 19, 10:01 am, Abhi wrote:
> Hi,
>
> Does anyone have any idea on implementing UPnP in Android? I am
> working on a Project for which I need my Android phone to talk to UPnP
> devices directly.
>
> Thanks,
>
> Abhi
--
You receiv
How do I access the SMS inbox in android? I am able to receive new
messages. However I could not find a straightforward tutorial on
accessing the SMS inbox. I know I have to use content provider.
If you know how to use content provider to access SMS inbox, please
let me know. Thanks.
--
You recei
Hi,
I am accessing the MMS content provider to get the messages in the MMS
inbox. However, among the columns in the MMS inbox, there are no from/
to location. When I saw the MMS protocol (http://74.125.95.132/search?
q=cache:uanGCG1YrPcJ:www.miniware.net/docs/OMA-MMS-ENC-V1_2-20050301-
A.pdf+multi
Hi,
I want to access the addr table from the mmssms.db database in the /
data/data/com.android.providers.telephony/databases directory on
Android emulator/phone. This table contains the phone numbers of SMS/
MMS conversations.
However I have not been able to figure out the correct URI for this
ta
Hi,
Need help in understanding how to build UPnP stack in Android? Anyone?
Abhi
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this g
Hi,
I am trying to know if is possible to extract frames from a video at
regular intervals?
Thanks,
Abhishek
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsu
Hi,
I have an application with a single activity. When the user taps the
screen while on the activity, I want to start the accelerometer in the
background (keeping the main activity running) and read values till
the User taps at the screen again. I have worked on some basic android
programming but
Hi,
Is there a way to get the best quality of video recording possible
using MediaRecorder? the camcorder app does a lot better in terms of
quality.
Any help?
Thanks,
A
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this gro
Anyone?
On Jan 28, 1:33 pm, Abhi wrote:
> Hi,
>
> Is there a way to get the best quality of video recording possible
> using MediaRecorder? the camcorder app does a lot better in terms of
> quality.
>
> Any help?
>
> Thanks,
>
> A
--
You received this message
can anyone point me to a sample code that uses this?
On Jan 28, 1:11 pm, Abhi wrote:
> Hi,
>
> I have an application with a single activity. When the user taps the
> screen while on the activity, I want to start the accelerometer in the
> background (keeping the main activity ru
JFrog,
Thanks a ton for that reply. I will try not using a background
service, the way you mentioned. Let me see how that goes and post
something quick back here.
Thanks again.
Abhi
On Jan 29, 8:49 am, JFrog wrote:
> Hey Abhi,
>
> If what I've understood about dealing with the
Is rooting the device the only solution?
On Jan 28, 2:27 pm, Abhi wrote:
> Anyone?
>
> On Jan 28, 1:33 pm, Abhi wrote:
>
> > Hi,
>
> > Is there a way to get the best quality of video recording possible
> > using MediaRecorder? the camcorder app does a l
I am still looking for some help around this topic? Any help would be
appreciated.
Thanks,
Abhi
On Jan 29, 1:04 pm, Abhi wrote:
> Is rooting the device the only solution?
>
> On Jan 28, 2:27 pm, Abhi wrote:
>
>
>
> > Anyone?
>
> > On Jan 28, 1:33 pm, Abhi wr
try using the CAMERA as VideoSource instead of DEFAULT,
the app force closes.
MediaRecorder.setVideoSource(MediaRecorder.VideoSource.DEFAULT)
Am I doing something wrong? Which is the best configuration (encoding
options?) to give the best video quality?
Thanks,
Abhi
--
You received this message
Hi Kevin
You sure can record videos at that resolution but only with the in-
built camcorder app in Droid.
Try writing your own recorder app and you will see the difference.
Abhi
On Feb 1, 7:20 pm, Kevin Duffey wrote:
> I believe the video can be taken up to 640 x 480 at 30fps.. but not s
that is what it is. It doesn't make sense to me either. There has to
be a way around this from Google (if you guys are hearing).
Abhi
On Feb 2, 10:41 am, Kevin Duffey wrote:
> Ahh..interesting. That would REALLY suck if Google/Android is allowed to
> access that resolution but o
Isn't there anyone out there who can tell me not to pursue this with a
good reason? I am spending too much of my time figuring this out and
if there is some knowledgeable person out there who can give me a
straight answer, I would really appreciate it.
Thanks,
Abhi
On Feb 1, 9:12 am,
Hi,
I have a ACTION_DOWN motion event and I start and stop another
activity based on the touch events. At first touch, I want to start
the activity and record the time (in nanoseconds) and at the Second
touch, I want to stop the activity and record the time again.
How do I achieve this?
Thanks,
()
{
mSensorManager.unregisterListener(mSensorListener, mySensor);
super.onStop();
}
Am I doing it wrong?
Abhi
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To u
Also, the app exits only when I press the back button.
On Feb 4, 9:14 am, Abhi wrote:
> I have an app where the accelerometer runs in the background and
> continues to read values from the sensor even after the activity
> exits.
>
> Here is how I am tr
Hi,
Is it possible to start an activity from the built-in Camera app after
the user touches the on-screen Capture button?
Abhi
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-
anyone?
On Feb 8, 1:24 pm, Abhi wrote:
> Hi,
>
> Is it possible to start an activity from the built-in Camera app after
> the user touches the on-screen Capture button?
>
> Abhi
--
You received this message because you are subscribed to the Google
Groups "Android Develo
How do I download the stuff from the repository?
Abhi
On Jan 29, 4:11 am, Zhihong GUO wrote:
> Hi skonno,
> All of the java code is downloaded, but I can't find a Android project to
> run in emulator or on read device
>
> James
>
> 'http://sourceforge.net/proj
ild my own video recorder
(which I have before) coz it doesn't do better than 320 x 240.
So basically, I want to be able to call the Camera app, and use the
camera/video button (on-screen or the hard button) to trigger the
accelerometer.
Could you help?
Abhi
On Feb 10, 1:21 pm, Jason Procto
i m sure there r many ways to do this... the easiest way i wud do it
is through sockets. Having the Client write everything to a file and
the server pulling this information every few seconds.
Abhi
On Feb 16, 8:23 am, Mjdgard wrote:
> I would like to continuously send/stream sensor data (
On that note, Can I launch an activity from the called 'Camera App'
within my own activity on the press of Capture button?
Abhi
On Feb 18, 2:13 pm, Mark Murphy wrote:
> TreKing wrote:
> > I don't know if this will help your situation at all, but note that
> > th
hanks,
Abhi
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
F
Hi,
I have written an app that programmatically scans for open WiFi
networks and connects to the one that has been hard-coded in the app
code. For e.g., I have a home network, SSID: Abhi and is secured as
WPA-Personal with a Passkey. The passkey for the above network has
been saved within the App
Fellow ZDNet blogger Jason Perlow helped a friend and colleague buy a
new PC and migrate her data and settings from
the old machine (Windows XP) to the new one (Windows Vista). He
documents the process in The New Adventures of
Christine’s Old PC.
I tip my hat to Jason for his dedication to a fr
Hi,
I am starting a service from an activity. Once the services starts,
the calling activity loses focus and blocks till the service is
completed. Why is this and is there a way around it to return the
control to the calling activity while the service runs in the
background?
Thanks,
--~--~-
; it publishes) happen on the main thread. If you want to run on another
> thread, you'll need to make it yourself.
>
> On Sat, Oct 10, 2009 at 1:21 AM, abhi wrote:
>
> > Hi,
>
> > I am starting a service from an activity. Once the services starts,
> > the ca
ay want to consider just using IntentService to let it take
> care of this for you:
>
> http://developer.android.com/reference/android/app/IntentService.html
>
>
>
> On Mon, Oct 12, 2009 at 11:19 AM, abhi wrote:
>
> > I created a new thread and tried starting the ser
repository/repository.xml,
reason: Connection timed out: connect". I tried all methods, using
Eclipse, using command 'android.bat update sdk' and also directly
running 'SDK Setup.exe'.
Please help! I need to get this new SDK running ASAP.
Thanks,
Abhi
On Oct 27, 12:45 pm, Xavie
Could someone guide me to an online tutorial that explains this really
well?
Thanks,
Abhi
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe
Roger,
Thanks a ton. This is good stuff!
Abhi
On Mar 1, 4:09 pm, Rogério de Souza Moraes
wrote:
> Hi Abhi,
>
> there is some incomplete instructions inhttp://android.serverbox.ch/?p=151
> A little more complete is this
> pdf:http://www.google.com.br/url?sa=t&source=
Roger,
Looking for something on installing NDK on Windows. Couldn't find any
good tutorial that talks about this from scratch. Come on google, make
things easier for us beginners please.
Abhi
On Mar 1, 4:26 pm, Abhi wrote:
> Roger,
>
> Thanks a ton. This is good stuff!
>
>
- or 64-bit)
* Mac OS X 10.4.8 or later (x86 only)
* Linux (32- or 64-bit, tested on Linux Ubuntu Dapper Drake)
Thanks,
Abhi
On Mar 3, 11:25 am, Rogério de Souza Moraes
wrote:
> Hi Abhi,
>
> I think the SDK and the NDK just can be used in linux or mac. May you
> consider instal
Roger,
No problem. I appreciate your help.
Thanks,
Abhi
On Mar 3, 1:37 pm, Rogério de Souza Moraes
wrote:
> Abhi,
>
> my mistake. I was thinking that the NDK had the same restrictions of SDK. I
> am modifying the Android SDK by adding some libraries, so I forgot that to
> d
Make executable'.
What could be the problem?
Thanks,
Abhi
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email t
application 'hello-jni'
build/core/setup-toolchain.mk:20: *** Android NDK: Assertion failure:
TARGET_PL
ATFORM is not defined. Stop.
I get the above error while trying to compile the c files for the
sample apps that come with the NDK.
Please help
Abhi
--
You received this messa
e the result of incorrect unzipping of the NDK archive.
Please go to the official Android NDK web site and download the
appropriate NDK package for your platform (windows).
See http://developer.android.com/sdk/index.html
ABORTING.
Abhi
On Mar 5, 10:42 am, Michael MacDonald
wrote:
> On 03/05/10
http://www.tombom.co.uk/blog/?p=124
maybe this will help you somewhat.
Abhi
On Mar 8, 10:09 pm, AnthonyB wrote:
> I'm working on an undergraduate level senior design project with the
> HTC Sprint Hero. We want to connect a device that constantly sends a
> serial string of data
"
android:orientation="vertical" android:layout_width="fill_parent"
android:layout_height="fill_parent">
See if you can help
Thanks,
Abhi
On Mar 6, 7:38 am, Abelardo wrote:
> Hi,Abhi
>
> Could you send me the whole app to fi
I want to create a video splitter that uses the videos that reside on
the SD card and lets you split the video and store as separate files
on the SD Card. Are there any APIs to enable this or I would need to
use something like ffmpeg?
Any suggestions?
Abhi
--
You received this message because
or a video joiner for that matter? Actually, all I need for now is a
way to play two video files one after the other using the MediaPlayer
class is that possible?
Abhi
On Mar 11, 1:37 pm, Abhi wrote:
> I want to create a video splitter that uses the videos that reside on
> the SD card an
Hi,
I've this doubt regarding the certification authorities that Android
phone supports.
With my previous experience with J2ME, which states that some of the
phones doesn't support thawt, while some other doesn't support
verisign and so on. Net, net, there wasn't any certification authority
which
Hi,
I'm trying to use wireshark to capture some HTTP packets exchanged
between the emulator and a website. However, even though I can see the
web content on the emulator browser, wireshark does not display any
HTTP packets exchanged between the emulator and the website. Why is
this?
--
You recei
Hi,
I want to create a better video picker for my player. What I am doing
today is
startActivityForResult( new Intent(Intent.ACTION_PICK,
android.provider.MediaStore.Video.Media.INTERNAL_CONTENT_URI),PICK_VIDEO);
but this brings up a basic list view. What I am trying to get is
something with thu
Is there a way to determine the length of a video before playing it?
Thanks,
Abi
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send
6, 1:12 pm, Simone Russo wrote:
> Try the MediaPlayer.getDuration() method
> Simone
>
> On Fri, Mar 26, 2010 at 5:58 PM, Abhi wrote:
> > Is there a way to determine the length of a video before playing it?
>
> > Thanks,
>
> > Abi
>
> > --
> >
Hi,
Could anyone tell me how to use getDuration() method for VideoView? I
tried using getDuration() much after using setVideoPath() but the
result is always the same -1.
Abhi
On Mar 26, 1:19 pm, Abhi wrote:
> I am using VideoView and I tried using getDuration() this way
>
> * defined
Hi,
Has anyone tried using the getDuration() method in VideoView? It
returns a -1 for me always. Is there a way around?
Thanks,
Abhi
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-
The idea was to post the same question with a relevant subject this
time... don't think it should annoy you that much
On Mar 26, 2:17 pm, Yahel wrote:
> Stop posting twice the same question. Wait for an answer in your
> original post.
>
> Yahel
>
> On Mar 26, 7:06 pm
yes there is nothing wrong with the video path and the video plays
fine.
thanks
On Mar 26, 2:18 pm, Yahel wrote:
> Have you checked that your setVideoPath returns a correct video path ?
>
> Can you see the video when calling the start method ?
>
> Yahel
>
> On Mar 26,
Is there a way to add network presence to ContactsContract via a Raw
Contacts insert?
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, s
Hi
Why don't we have any view that supports both horizontal and vertical
scrollbar?
What am i supposed to do to show an auditorium layout on Android
(which enables user to select particular seat on that auditorium?
Regards,
Abhishek
On Mar 29, 4:36 am, Romain Guy wrote:
> Yes.
>
> On Sun, Mar
Hi,
If i understood your requirement correctly then your problem can be
resolved by 'AndroidsFortune' application's source code. The guys has
done wonderful job by having both horizontal and vertical scrolling
for the TextView.
Hope it helps you.
Regards,
Abhishek
On Apr 2, 2:13 am, andrej sark
DP,
no. I couldn't find anything that would let me record videos at high
resolutions. Were you able to figure out?
Abhi
On Apr 1, 2:24 pm, DP wrote:
> Did anyone found a solution to record 720x480 videos yet?
>
> On Mar 9, 2:39 pm,Abhi wrote:
>
> > There is a Camc
Hi
Is it possible to copy a file located on the sdcard to a package's
internal filesytem located at /data/data/packagename/files/ folder?
Thanks,
Abhi
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group
27 am, Mark Murphy wrote:
> Abhi wrote:
> > Is it possible to copy a file located on the sdcard to a package's
> > internal filesytem located at /data/data/packagename/files/ folder?
>
> Yes, via standard Java I/O. Use getFilesDir() to find out where
> /data/data/packagen
.mp4 and .
3gp.
Thanks,
Abhi
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developer
CK_VIDEO);
The only ones that show up are the .3gp video files located on my
sdcard.
Abhi
On Apr 23, 11:24 am, Mark Murphy wrote:
> Abhi wrote:
> > I am having trouble playing back a .mp4 video. I can only hear audio
> > in the background and the phone hangs until the video (or sho
Mark
What did you mean when you said the videos would work as long as they
are properly hinted?
Abhi
On Apr 23, 11:35 am, Mark Murphy wrote:
> Abhi wrote:
> > I see the .mp4 video as having a frame rate of 30fps and resolution
> > 640 x 480. Is that an issue?
>
> I have n
hello
I am workin on a video player app in which I want only the landscape
orientation active coz right now when the user tilts the phone during
video runtime, it restarts playback in that orientation.
How can I easily avoid this?
Thanks,
Abhi
--
You received this message because you are
Excellent inputs guys... Thanks a ton!!
Abhi
On Apr 26, 2:51 pm, Prajakta Shitole wrote:
> You can also set the screenOrientation to be as "landscape" in your Android
> Manifest file for the Activity which has the video player.
>
> Eg:-
>
> android:screenOrienta
Is there an easy way to insert transitional effects during Video
playback from the available APIs? Or is this something that would have
to be done outside of Android (Native code implementation)?
Thanks,
Abhi
--
You received this message because you are subscribed to the Google
Groups "An
)
08-17 23:02:11.680: ERROR/AndroidRuntime(2652): at java.util.Timer
$TimerImpl.run(Timer.java:289)
08-17 23:02:11.694: WARN/ActivityManager(1726): Force finishing
activity com.trial.video/.PlayVideo
Thanks,
Abhi
--
You received this message because you are subscribed to the Google
Groups
state to False state, but doesn't go back to True state again
unless I touch the button, which is kinda weird. Can someone help me
on this?
Thanks,
Abhi
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group
Any clue on this anyone?
On Aug 20, 10:32 am, Abhi wrote:
> Hi
>
> I am trying to toggle button state programatically. I want to go
> between setEnabled(False) and setEnabled(True) for a given duration. I
> have a timer and I want to toggle between these states at regular time
>
so on. But none of
them seem to work.
Is there any way I can make it toggle programatically and without user
intervention through touch? or is it impossible to do it with the
VideoView?
Thanks,
Abhi
--
You received this message because you are subscribed to the Google
Groups "Android Develop
is getting disabled through my program by
calling button.setEnabled(false), on the screen, I still see the
button as active and only when I touch the screen, the button is seen
to be in the inactive state (disabled state with grey color).
I hope that solves your confusion?
Thanks,
Abhi
On Aug 2
I am calling setEnabled from the UI thread... still the same thing.
On Aug 23, 9:09 am, Kostya Vasilyev wrote:
> Make sure you're caliling setEnabled from the UI thread.
>
> --
> Kostya Vasilyev --http://kmansoft.wordpress.com
>
> 23.08.2010 16:57 пользователь "A
t; possible.button.setFocusable(),button.requestFocus(),button.bringToFront()
> and so on. But none of
> them seem to work.
>
> Is there any way I can make it toggle programatically and without user
> intervention through touch? or is it impossible to do it with the
> VideoView?
>
1 - 100 of 225 matches
Mail list logo