Does android support youtube videos? If yes then, can someone provide
me an example code
Thanks,
Maxood
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to an
When I use the following layout in a SimpleCursorAdapter I cannot
select any rows. In face the setOnItemClickListener methods does not
even run at all.
-
I'm trying to implementing Box2D through NDK. But getting the
following exception,
10-14 10:59:22.983: ERROR/AndroidRuntime(745): Uncaught handler:
thread main exiting due to uncaught exception
10-14 10:59:23.042: ERROR/AndroidRuntime(745):
java.lang.RuntimeException: Unable to start activit
I have notices that R.java sometimes noes not refresh when I edit (and
save) an XML file. The only way I have been able to get around this
is to attempt to run the project, this seems to fix it. This is
however kind of annoying, does anyone know a better way around this
problem? An eclipse shor
AFAIK, you can only use views supported by RemoteViews. You might consider
using a live folder (not sure if that is exactly what it is called but that
is what Docs To Go calls it) instead, since that allows you to display a
list when you open the folder.
Thanks,
Justin
--
Obama: Afghanistan decision in 'coming weeks'
http://bit.ly/2dWFN5
http://bit.ly/2dWFN5
http://bit.ly/2dWFN5
Obama: Afghanistan decision in 'coming weeks'
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Andro
Carl wrote:
> I would like to ask if it is possible to put 2 widgets in the same
> application. In other words, having one project, with one manifest.xml
> file and making 2 different widgets in the the same project.
AFAIK, yes.
> In the case that it is possible, when there is an intent
> androi
Hello all,
I would like to ask if it is possible to put 2 widgets in the same
application. In other words, having one project, with one manifest.xml
file and making 2 different widgets in the the same project.
In the case that it is possible, when there is an intent
android.appwidget.action.APPW
Hi,
I can't find how to display a list in the app widget.
I have created one app-widget which fetches the database table
information and I want to display all the icon:text into app-widget.
Remoteviews doesn't have any list functionality.
How can I do it, please help
Thanks
Harshit
--~--~-
http://developer.android.com/sdk/ndk/1.5_r1/index.html#overview
Yusuf Saib
Android
·T· · ·Mobile· stick together
The views, opinions and statements in this email are those of the
author solely in their individual capacity, and do not necessarily
represent those of T-Mobile USA, Inc.
On Oct 13
Hi Jay. You can port the Scheme compiler to Android using the Android
Native Development Kit (NDK). Another way is to use JScheme or Kawa,
which take the Java route.
Yusuf Saib
Android
·T· · ·Mobile· stick together
The views, opinions and statements in this email are those of the
author solely
One way is to display the website (preferably formatted for a small
screen) in an app using WebView:
http://developer.android.com/reference/android/webkit/WebView.html
Yusuf Saib
Android
·T· · ·Mobile· stick together
The views, opinions and statements in this email are those of the
author sole
use "android create project" to create the build script and directory
tree and put your jar files in the libs directory that is created.
The ant script will package the classes in your jars with the
application. One thing to watch out for is whether any of your jared
classes have dependencies (suc
You are using in your code
mVideoView.setVideoPath(path);
but you are trying to play a video from web address.
I assume that setVideoPath expects a local path on your file system
(Android documentation is very bad and does not say anything).
Use
video.setVideoURI(Uri.par
The instructions for building android source code is available at
source.android.com and the forum for discussing problems related to
those are http://groups.google.com/group/android-platform
Balwinder Kaur
Mobile.Software.Development
·T· · ·Mobile· stick together
The views, opinions and stateme
EARN MONEY $1000-25000 PER MONTH
TAKE SIMPLE ONLINE SURVEYS
CREATE FREE ACCOUNT OTHER DETAILS LOG ON TO
** **
http://www.AWSurveys.com/HomeMain.cfm?RefID=rubyraj
** ***
1. Class name is ContentUris, not ContentURI
2. Package name for ContentUris is android.content.ContentUris
3. Try using android.net.Uri or the android.net.Uri.Builder;
ContentUris are for those Uris that have a scheme of "content"
Balwinder Kaur
Mobile.Software.Development
·T· · ·Mobile· stick t
Hi,
Those are meant for an ActivityGroup and its embedded activities, for
example a TabActivity.
What you might want to look into, is this introduction on opening screens
(activities):
http://developer.android.com/guide/appendix/faq/commontasks.html#opennewscreen
Cheers,
James
On Tue, Oct 13, 2
I can't use "import android.net.ContentURI;" because It's not
compatible with my current version of Android SDK (1.5)
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, se
when i use this line:
Intent myIntent = new Intent(Intent.ACTION_VIEW, ContentURI.create
(www.google.com));
Eclipse notify that "ContentURI cannot be resolved" although i
imported the libraries:
-import android.net.Uri;
-import android.net.*;
I'm using Android SDK 1.5 and ADT 0,9.
Please hepl
What's your development environment setup like ?
Do you have two devices/emulators talking to each other and running
the same app ?
Are you using DDMS ?
I have seen something like this when I had two phones connected via
USB to my laptop and was using DDMS/logcat to view the output.
Balwinder K
You can check out the source code file that gives you insights into
the layout file for simple_list_item_checked
http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob;f=core/res/res/layout/simple_list_item_checked.xml;h=95612f63f3144703913aee3f0d06e032074b8f0b;hb=HEAD
It uses the
Running openSUSE 11.1 with 1GHz processor and 512MB ram.
Downloaded the sdk, version 1.6, along with the adt plugin. Downloaded
eclipse-pulsar-galileo.
I read and followed the steps described in building hello world.
When trying to run the project the emulator comes up, but never
finishes loadi
First, sorry for my english, I'm French and i'm not conversant with
English.
So, I'm a beginner in Android and I have to work about a WebMail
application on Mobile with Android Platform.
My problem is that I must use the existent application wich is a Web
application in J2EE.
I try to find how
Hi,
Please let me know how can I build the android middleware code (for
e.g audioflinger) for emulator on Fedora linux pc. Basically I want to
put some logs in the code and see them in logcat using DDMS.
Thanks in advance
--bdg
--~--~-~--~~~---~--~~
You received
I have a project in J2SE that I'm trying to port to android. At the
moment, it is broken into several jars with resources in each jar.
Can I use Class.getResource("/path/to/resource") to load the
resources? If I do, can I pipe the raw stream that I fetch (of, let's
say, a PNG file) into somethin
First sorry for my English, I'm French and I'm bad for it.
So, I'm a beginner in Android and J2ME. I have to work about
developing a web Mail application on Mobile with Android platform. but
I must use the existent one which is a basic Web application in J2EE.
My problem is that I would use the e
Has anyone got Cisco's AnyConnect VPN software running on Android?
I've checked the Cisco and Android groups, but have not see how to do
it.
Thanks for any pointers!
JP
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Grou
hi i am jay.i'm new to android.
jst trying to develop a scheme compiler for android as a project.
help and guidance needed..
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to th
Hi All,
I have followed the instructions in the site
http://developer.android.com/sdk/1.1_r1/installing.html But when i
tried to go t preferernces and click on Android I am getting the
following error
Unable to create the selected preference page.
An error occurred while automatically activating
Hello,
I am new to using JUnit framework in Android. I checked tests folder
of sample applications provided by Google. Android allows feature of
creating test suite of small OR medium OR large tests using "adb shell
am instrument -e size small \ medium \ large'.
Kindly suggest the criteria of de
Hi,
I recently obtained an Android Dev Phone 1, however when I start it,
all it will do is complain that it does not contain a SIM card. The
whole reason I bought a Dev Phone was so that I would not have to pay
the monthly fee for a SIM card with an unlimited data plan, which tend
to be quite ex
Hi all, I have a simple question: how I make an activity that is child
of another?
I use this code to start an activity from another:
Intent startIntent = new Intent(MyMainActivity.this,
ChildActivity.class);
startActivity(startIntent);
but on the onCreate method of ChildActivity, if I watch fo
Hi All,
I am very new to android and also for JAVA. Untill now i am working on
C.
Is there any way to develop the Android apps on "C" or "C++".
Please let me know, whether it is possible or not.
Thanking you all,
Regards,
SSuman#SS185
--~--~-~--~~~---~--~~
You r
I'm trying to port an application in J2SE to Andriod (which I am just
learning). My application is broken into several jars. I'm using the
NetBeans Andriod API, not Eclipse, so I will probably have to do any
jar wranging the hard way.
I have access to all the sources I need and right now have b
Others did see the answer, just as your Note promises. And what I saw
is that you answered only a small part of his question, too small to
lift the fog of his confusion: you answered the "Does it call
GLCanvas" part. But surely that leaves unanswered the main part of his
question, which, unfortuna
I have been stuck on this for hours and cant find any information
about it.
I am trying to use the following layout with a SimpleCursorAdapter
android.R.layout.simple_list_item_checked
The problem is I don't know what the checkbox field is called in this
layout.
By experimentation the text fie
I tried to play a you tube movie through the media app provided in the
samples. The emulator is running fine but once i click the media apps
and try to play the video demo, i get the following error : "Sorry
this video cannot be played"
Here is the code and i am trying to play a youtube video in
How To Unlock Locked iPod
http://bit.ly/hddpp
http://bit.ly/hddpp
How To Unlock Locked iPod
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to an
> -Applications will be launched in the space left in the middle
What space? :)
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@google
Hello,
I'm trying to use a spinner inside one of my tabs.
The problem is that whenever the spinner is clicked, the application
crashes.
I understand this is a problem with the Dialog of the spinner that needs to
run on my main activity context (vs the current activity displayed in my
tab).
Creati
Start from here:
http://code.google.com/p/zxing/
"ZXing (pronounced "zebra crossing") is an open-source, multi-format
1D/2D barcode image processing library implemented in Java. Our focus
is on using the built-in camera on mobile phones to photograph and
decode barcodes on the device, without com
Hi all,
Every time I use Log.d(), there are two duplicated entries in the
logcat, and sometimes the timestamp are different...
Any ideas please?
Thank you.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android B
43 matches
Mail list logo