Wiadomości ze źródła Usenet
Hi, I am trying to give margin for Textview, using MarginLayoutParams and setMargins(), But its not working The way I am trying is, LinearLayout layout = new LinearLayout(this); LayoutParams layoutParams = new LayoutParams( LinearLayout.LayoutParams.FILL _PARENT, LinearLayout.LayoutParams.FILL _PARENT);
Informacja: 2012-03-28
Dear friends, I am working the CTS test. And I would like to update some source code for my own codec test. So "final int resid = R.raw.testvideo;" from "MediaPlayerTest.java" has been modified as "final int resid = R.raw.testvideompeg4;". And clip "testvideompeg4.3gp" has been put into the relevant folder *\cts\tests\res\raw
Informacja: 2012-03-28
I have Eclipse Galileo JDK6.17 with Android 1.5R3. I can't even get the Hello World app running correctly. A Lot of messages say to wait for the emulator, well when it first comes up, it shows attachment android1.png (also posted here:. [link] ) I will wait for a while and the screen will clear then it shows the
Informacja: 2012-03-28
Hi Leigh, try this, editText.setInputType(InputTyp e.TYPE_CLASS_NUMBER); this is for numbers. InputType contains lot of constants like TYPE_CLASS_DATETIME, TYPE_CLASS_PHONE etc. You choose according to your requirement. Thanks
Informacja: 2012-03-28
I have two activities. My AndroidManifest.xml file is like this ... <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="[link]" package="com.example.myfirstap p" android:versionCode="1" android:versionName="1.0"> <uses-permission android:name="android.permissi on.CAMERA"></uses-
Informacja: 2012-03-28
just goto perference--android
Informacja: 2012-03-28
Hi Group, Having just delved into the Android Maps stuff, and have run into something I can't figure out yet. I have set up a basic mapping application, and it works fine. EXCEPT--I cannot pan using the trackball. Panning works fine using the touch screen, and I have overridden the ontrackballevent to see if the events are being fired,
Informacja: 2012-03-28
What version of Android are using and what hardware platform are you running on ? Balwinder Kaur Android
Informacja: 2012-03-28
I believe you simply remove the 's' from HTTPS and make it HTTP to force the HTTP download. -Michael
Informacja: 2012-03-28
This causes the same error for me. It makes using adb inside eclipse impossible - you just get null pointer exceptions all over the place. My devices is a T-Mobile Pulse by the way. I filed a bug here: [link] I'm pretty sure no-one at Google actually reads that bug database
Informacja: 2012-03-28
I waited about 2 minutes and now Home screen is displayed but "Hello, Android" is not yet displayed. find the screenshot here [link]
Informacja: 2012-03-28
Yeah, there's no WYSIWYG XML layout editor yet. It was the first thing that I looked for after a Hello World. I'm hopeful that one will come along before too long. It'd also be helpful to have a rich demo app in the style of the SwingSet example that comes with the Java/Swing libraries ([link]).
Informacja: 2012-03-28
regarding twitter u can go for any java twitter client like jtwitter package
Informacja: 2012-03-28
Hi All, I need to retrieve the CPU usage and memory usage of a particular running process in android. 1. Can i retrieve the above mentioned information in android. 2. If yes how to do that. 3. If not what is the alternative for this. Thanking you... BR, Raghu Kiran A
Informacja: 2012-03-28
Hi, I am new to android platform. I am trying to make a custom yaffs image file for use in the android emulator, need help doing this. Can anyone tell me the step by step execution for doing this, right from making a mtd to actually creating a yaffs2 image to incorporating it in the emulator?
Informacja: 2012-03-28
Wouldn't you want to just build some widgets (or find some existing ones) to do what you want and use the existing homepage app? Mike!
Informacja: 2012-03-28
Six may seem big to you, but in open source the motto is "release early, release often". I'd much rather have lots of smaller incremental releases than fewer large ones, easier to migrate forward.
Informacja: 2012-03-28
Well solution to this prob was found @ this page [link] Just follow instruction in the above page to avoid the prob.
Informacja: 2012-03-28
Hi, If anyone can guide me on how can I do a web search and get results as a service instead of using a UI via SearchManager. Your help will be greatly appreciated. regards sunny.
Informacja: 2012-03-28
So what exactly are you needing help with? The SQL statement to do the insert? Creating the database itself? Creating the UI? Hooking the UI up to a button or some other event? ------------------------------ ------------------------------ ---------- There are only 10 types of people in the world...
Informacja: 2012-03-28
Also, there are several other posts about this very thing... Doing a simple search should find several. ------------------------------ ------------------------------ ---------- There are only 10 types of people in the world... Those who know binary and those who don't. ------------------------------ ------------------------------ ----------
Informacja: 2012-03-28
What is this TwitPic class? Does it throw an exception? Are you expecting the exception to be thrown in TwitPic's constructor or in the uploadAndPost() method? ------------------------------ ------------------------------ ---------- There are only 10 types of people in the world... Those who know binary and those who don't.
Informacja: 2012-03-28
Hi All, Has anyone been working with voice recognition, I would like to build an app that responds to various commands that will iniate apps from via a website
Informacja: 2012-03-28
Hi Valentino, Your concept sounds similar to mine. I already have an app out there called 'Voice Tag'. Haven't had the time to build on to it, but would be working on making it agile and add more features. Let me know what you think. [link]
Informacja: 2012-03-28
Hello, Same problem here using: eclipse 3.5 adt 0.9.5 target : android 1.5 Just copy past the code in the TabWidget tutorial ( [link]) and I get the nullpointer on the layout view. It's a bit freaky to get this kind of bug following a simple
Informacja: 2012-03-28
I think that this is a great idea...More applications need to be made for the business. Creating just one application should work just fine. Have you had any experience building apps? Do you have a team together or looking to put one together?
Informacja: 2012-03-28
Sources please. :)
Informacja: 2012-03-28
Having used the SDK to generate a project and my main activity, Im just wondering if there is a quick way in Eclipse to add additional activities? Or do I use activitycreator? Or do I simply add the new activity as a new class?
Informacja: 2012-03-28
Are you running on an emulator? If so, I believe I've seen others post that they have had to configure some port settings to get things to work. Have you tried other apps that use the internet (like the Browser) to confirm they work? Have you tried running your app on an actual device and seeing if that
Informacja: 2012-03-28
I need some advice, on designing and implementing a good coding practice for user interface development. This is what I am trying to acheive UI 1 ------------------------------ ---------------------------- ------------------------------ ---------------------------- | |
Informacja: 2012-03-28
What is the best way to handle dialogs during screen orientation changes? Do you save then dismiss on the onDestroy() and recreate again on the new onCreate()? Seems like there should be an easy way to do this? Examples and thoughts are appreciated. -Mike
Informacja: 2012-03-28
Same exact thing here. It is VERY unlikely that the screen size is the problem, as so many have said. If it were, why would the build targets be in the dialog box when you do "test project" but not when you do "android project". VERY frustrating. Let me know if you figure it out...
Informacja: 2012-03-28
Hi, The MapsDemo working fine. But in my app, same coding as MapsDemo, but still not working, only grids are there. I am having this problem since last 3 weeks but not get any solution. I have done lots of experiment for that but the result is same. And how to open port to internet access? Can you suggest me?
Informacja: 2012-03-28
Hi, I would like to request the group members to help me with feed backs on my android application(Cube Links). This is a Beta version and hope there are lots of bugs or Issues that have not been addressed. The application is free and can be downloaded from android market. I would like to thanks all the volunteers in advance for taking time to
Informacja: 2012-03-28
I am finishing up my first app now and was wanting to get it on the market. I went to sign up and it was asking me for a website url. I am not cleat on this requirement. Do I need to register a domain name to publish and android app? Or maybe can I use a free web site by google or something. Also my app is still under com.example, It seems like I
Informacja: 2012-03-28
No joy :-( here's what i did: btn_Contact = (Button) findViewById(R.id.btn_Contact) ; btn_Contact.requestFocus(); editText_Message = (EditText) findViewById(R.id.messageText) ; btn_Save = (Button) findViewById(R.id.btn_Save); but the EditText remains the first thing that is active on launching
Informacja: 2012-03-28
[link] Watch Dvd Movies,Download Songs PC games Software Live T.V 30+Channels,Adult Channels Find Friends Chat and many more just on [link]
Informacja: 2012-03-28
Hello, everyone. I've got an application in which a button triggers a custom dialog. In the custom dialog i have an EditText. I want to collect data from the EditText and set the text of a TextView to that data. The problem is, the TextView is located in my main Activity(the one which triggered the custom dialog)
Informacja: 2012-03-28
So I've been doing so basic development with one little hitch that I've run into so far. I would like to make several AVD's in the AVD manager where each virtual device replicates each of the existing released phones with the Android platform for both hardware and software upon the release of the phone. However, every time so far I
Informacja: 2012-03-28
Tag, This is a question probably best asked in the nbandroid forums at [link]. These forums are for questions regarding Android itself. That being said, I'm a nbandroid user and can give you a hand. Are you trying to create a new Android project in NetBeans? or are you trying to create a project for the nbandroid
Informacja: 2012-03-28
I have been trying to create layouts that will work on various device screen sizes. I keep running in to cases where I want to line things up horizontally and have them wrap around if the screen is not wide enough. For example in landscape mode I might have () Radio Button 1 () Radio Button 2 () Radio Button 3 ()
Informacja: 2012-03-28
I can't be sure what is causing yours to freeze but I do know these two things: - When I created a large SD card the init of it took a _long_ time. Depending on how long you waited it may not actually be frozen. - You may want to just use the command line to create the AVDs. Check the SDK docs for full details.
Informacja: 2012-03-28
I am doing my development against Android 1.5 in the emulator. I don't think it's anything 'special'. Also, the mp3 files aren't very large, they are about 7K each.
Informacja: 2012-03-28
hi, i got a htc g1. it is from TIM, in Italy, so i think the original keyboard mapping is for EU. but i want to us US keyboard mapping, since i am in Chinese. is it possible? how can i do this?
Informacja: 2012-03-28
An alphabetical list of methods! What an interesting concept! What ever made you think that anyone would find this useful? (-; On Dec 1 2009, 9:35 pm, jdeisenberg <jdavid.eisenb...@gmail.com> wrote:
Informacja: 2012-03-28
Code? ------------------------------ ------------------------------ ---------- There are only 10 types of people in the world... Those who know binary and those who don't. ------------------------------ ------------------------------ ----------
Informacja: 2012-03-28
So are you trying to do this using the NDK? Because If not there is no way that I know of for this app to work... Android SDK apps need to be written in java unless you are using the NDK. And even then the general idea is to have a java front-end with a back-end that does some heavy processing for you in c/c++...
Informacja: 2012-03-28
I have gone through several tutorials on Android programming and find myself needing a better understanding of the Android Framework. Does anyone know of an article or book that gives a good explanation of the Android Framework and how to best make use of it? Is there a document that also covers best practices?
Informacja: 2012-03-28
Can I launch an activity and have it go strait into the background without the user seeing it, until they select to launch it themselves? Basically I have an application that takes a long time to start the first time, but is super snappy after that. -Mike
Informacja: 2012-03-28
Thanks again, It's working now.
Informacja: 2012-03-28