1,785 Topics
![]() | |
I am not sure if this is the right location but I just noticed my favorite web-comic site is looking for someone interested in writing Android aps. [URL="http://www.schlockmercenary.com/blog/android-developer-request"]Check it out [/URL] | |
How should i reorient an android application in landscape mode once an apps is started?? I started an app but it does not automatically switch to landscape mode.. I tried writing it to "horizontal" but it does not work.. [CODE]<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="fill_parent" >[/CODE] | |
Background information on the apps i'm doing: First off i'm new in java and of course having trouble getting use to eclipse programme, and worse of i'm kinna bad in programming... :( And adding on to the problem i'm given only 11 weeks from now to complete the app... School … | |
First of to clarify i'm virtually new to java and not that good in programming. But i was told to develop an 2.2 android apps which takes video excluding sound when on the road "acts like a car blackbox".. I found a series of code online but i just don't … | |
I am working on a project on Augmented Reality with Android. The code captures the camera video, finds the marker and displays a cube on top of it. After this a motion vector (in the form of pixels moved in the x and y direction) is found. What I need … | |
Dani When I tried to share the '[URL="http://www.daniweb.com/software-development/mobile-development/news/352419"]Does Android really beat the iPhone on, erm, everything[/URL]' news story using the Facebook share button, it came up with 'no title' and a generic 'www.daniweb.com' url, no images etc. In other words, looks like something has broken this. Worked fine when I … | |
Hi, I am building a simple android application that sends GPS coordinates from an Android phone to a Webserver, and the received co-ordinates are displayed one by one in the server. I think both my client and server side programs are correct, but I am not sure. Please correct the … | |
i wish to know google android application programming, but don't know where to start,should i start by learning java me first? I do have a background of java se even thou I am not a skilled java applications programmer i do understand code written in java. is that enough? or … | |
HI, I've just installed Ubuntu Linux on my Packard Bell i3 PC which is great, except that now I have to develop stuff in Java [Android, no groans please]. I've used and developed in Linux a long time ago, but I can't seem top find anything that can open and … | |
I've recently bought an android phone called Orange San Francisco (ZTE Blade). its currently on android 2.1, and i was wondering if there ia an update available for it to go to 2.2 or 2.3, and if so how do i do it? I dont want to root it, so … | |
Hey Guys, I have a large music collection and was irritated by the 64GB limitation on my itouch, UNTIL I found Subsonic [url]http://www.subsonic.org[/url]. Now my ENTIRE library is available to me via the internet or my phone, with no size limitation! I will repeat NO SIZE LIMITATION, I have heard … | |
I've been making games for a Nintendo DS homebrew with PAlib and DevkitPro and C code for a while now but I was wondering if DS game development would be available with Java. If not the DS, what would Java be able to make games with? I know that Android … | |
Hi. As Android is based on Linux kernel so I was wondering it must be possible to access shell, but how ? By any means is it possible to go into shell prompt of any android based phones ( production version). | |
Hi Everybody! Can anybody clear my doubt regarding the Android Application Development? I had a question that does the Android Programming has anything to do with the J2ME platform, I mean to say does the Android Programming uses the J2Me concepts? Or the Android development is a totally or somewhat … | |
Hello friends, I am an android developer. I need to display the chinese character in my app. When I give that in TextView its getting displayed correctly. But when I print it in Log cat its displayed as some characters. Please help me, whats the solution for this? | |
So I have taken two courses in college over Java and feel fairly comfortable with it. Aside from that, I have an excellent book that helps me figure things out when I'm not sure about something. Now I'm trying to learn all about Android apps and how to write them, … | |
Hi, I'm developing mobile website and I have one problem with security some of data. First time the user browse my site, the page requests a server to get some private user's data (i.e. RSA private key) which is used in future operations. This private key must be stored somewhere … | |
I am working on a project which is to provide a security between a android mobile device and server remotely. I know few of the techniques such as encryption mechanism and other security protocols, but the problem is that they are already being used. And for this project i want … | |
I'm just starting to learn Java now, and I have an urge to create an android app by the end of this college semester. I know someone who can make it for me, but I'm not sure how much I should give the guy for creating it. The app I … | |
this is a php code when i check this code on "online php checker" it gives an error "Parse error: syntax error, unexpected T_STRING" on line 1708 how to solve this please give some advice [CODE]<?php class PopUp_Domination { var $base_name = ''; var $theme_path = ''; var $theme_url = … | |
I am new to android development and I have been asked to create a do not call application. Essentially what this app will do is allow the user to store data on the device and then submit it to the do not call database. I have all the UIs created … | |
Hello friends, I am an android developer. I developing an application with uses the music files. For that I need javax.sound jar package. But I dont find any link to download the package. Can anybody send me a link to download javax.sound jar? | |
Hello i want to create a site that has features like google android market or iphone app store! i dont know what programming language or framework is better to create sites with these features. i am familiar with c++ and java programming language.i want to choose best programming language for … | |
I am working on an Android app for a company. Their website is hosted on godaddy and all of the info I need for a "news" section are in their MySQL database. What is the best way to show the latest news in the app? I figure the easiest way … | |
hi all, I developed j2me, android and blackberry based applications. I need to showing the demo for clients through my own website. Is this possible for showing the demo using micro emulator through my website?. For example user can choose the both type of mobile and type of application and … | |
hi is it possible to write an auto answering machine for android ? for example whene incoming call this application start to play voice . how can i do this ? thanks | |
I currently operate 2 access point with the same SSID to spread wifi coverage. They're both protected via WPA2-PSK. One is a router, the other is a windows 7 laptop running Connectify. DNS IP Address for the router is 192.168.0.1 DNS IP Address for Connectify is 192.168.2.1 My android phone … | |
Hi i try show layout like image 1 (textView and editText in same line) but my out put shown like image 2 ! i try with this code : [CODE]<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="wrap_content" android:padding="5px" > <TextView android:id="@+id/label" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="URL:" android:layout_alignBaseline="@+id/entry" android:layout_alignParentLeft="true"/> /> <EditText android:id="@+id/entry" android:layout_width="fill_parent" … | |
Hi guys, I am planning to jump into android development and also into Game development for now I am planning to develop a Battleship game can you guys help me out how to start and develop from scratch. Any help would be appreciated thanks | |
Hi Daniweb, Have a quick question I'd like answered. Right now, I'm testing out liquid web sites on a smart phone powered by Android. When I load a (width:100%;) website with the smartphone being taller rather than longer, it comes out looking great. However, when I turn the smartphone 90 … | |
Hello All, I have one android Application, I want to use is in BlackBerry, Is it possible to do? Are There any tools or portability such that I can use Android application to BlackBerry? | |
how use dynamic templates in android? | |
how import header, footer xml into another main xml file for design layout in android with main as dynamic menu ? | |
[URL="http://vimeo.com/15374659"]Titanium +Geo[/URL], a new location-based analytics platform for mobile applications, released on September 29, 2010 and developed jointly by Appcelerator® and FortiusOne, allows marketers and retailers to accurately measure the effect of where, when and how their mobile applications are being used by their customers. [ATTACH=right]17421[/ATTACH] This is a data … | |
Hi I was trying to extract the content of a pdf file and display its content in android. I tired the code in java and it worked.But when i am coding it in android, its not displaying anything.I placed the file in assets folder and then used asset manager(not sure … | |
Hello everyone, I am currently employed by a cell phone provider and i am looking for a place to spread my knowledge and help those who need help. I know alot about phones and thier operation and the systems they opperate on. if I can't answer your question ill use … | |
[ATTACH=left]17531[/ATTACH][URL="http://www.5o9inc.com/products/download/"]5o9® EZMobile[/URL], to be released on October 11, 2010 is a new mobile context app for all Web apps that utilize the browser to deliver real-time context (mobile user, device and location data) to the Web server for use in any Web application. This new software enables developers to know … | |
[url]http://cgi.ebay.co.uk/Pre-order-Nexus-S-Google-phone-android-2-3-get-it-early_W0QQitemZ120658553467QQcategoryZ171955QQcmdZViewItemQQ_trksidZp5197.m7QQ_trkparmsZalgo%3DLVI%26itu%3DUCI%26otn%3D1%26po%3DLVI%26ps%3D63%26clkid%3D5646332619241648877[/url] sorry, i mean phone | |
If a mobile application is built to make announcements for a persons workplace using android + eclipse, how should it be done, what are the elements that I need to consider, given I've already installed android and eclipse wif basic Java knowledge? | |
Hi! I'm new to Android OS and all this stuff. So, I tried to develop a HelloAndroid api as it is described [URL="http://developer.android.com/resources/tutorials/hello-world.html"]here[/URL]. However, when I try to Run the HelloAndroid, the error message occurs. It is also strange that by selecting Run->Run, the "Android Application" option does not appear … | |
Hi, I'm trying to make a simple dice roller app. This is what I want to be able to do. The game allows player throwing an arbitrary number of dice (1-6). Each die can show the number from 1 to 6 if thrown. On each throw you are to calculate … | |
I'm trying to get Android to run on a VM using VirtualBox, but every time I go to start the VM I get an error message that says: Failed to open a session for the virtual machine A virtual device is configured in the VM settings but the device implementation … | |
[B]Rage Hits Stores on Sept. 12, 2011, for the PS3, Xbox 360, and PC[/B] [ATTACH=RIGHT]16644[/ATTACH]During their presentation at QuakeCon today, id Software announced the official release date for Rage on the PS3, Xbox 360, and PC as September 12, 2011. It seems far off, but a software crash during the … | |
Hello I would like to install Android SDK but I have problem with ./configure I looked for my PATH with echo $PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin /usr/bin:/sbin:/bin:/usr/games:/bin:/usr/local/bin /usr/bin/make:/usr/bin/install What else should I do to install one package? (I know cd ./name_folder, ls to see my package and after ./configure, make and make install … | |
Hi, I'm in the process of writing an Android game, and I need just a little bit of help with some physics. I do not wish to implement an entire physics engine, as, 1) I have already tried the Java port of Box2D on an Android device, and there is … | |
Hi, How to get the following fields from android contacts? I used android 2.2. 1. Name prefix 2. First name 3. Middle name 4. Last name 5. Name prefix 6. Phonetic given name 7. Phonetic middle name 8. Phonetic family name | |
I am able to present the organizations for a user selected city and state and I am then able to "down select" using the id which presents me with the json encoded data for a single organization. The problem is that along with the json encoded data I am getting … | |
Hi, Have created a simple application for android using 2.2 and eclipse as ide. but whenever i start the project i just get a black screen with white text that says "Andriod ---"(see below) I have create AVD as well. Any help would be appreciated | |
I need to select attributes from my XML file and output the info into a table using XSL, need to output day name, instructor and class being taught, the problem is that I have multiple attirubtes within each group. my XML: <?xml version="1.0"?> <?xml-stylesheet type="text/xsl" href="g4.xsl"?> <schedule> <student_info> Vitaliy Berkovich … | |
Hello, I need to send messages to Android phones through P2P on 3G connection. Sending and receiving works perfectly on lan ip addresses(on wi-fi) but not on 3g or 2g. On 3g I send a message but it never appears on the other end of the line. Can anyone tell … |
The End.