1,245 Topics

Member Avatar for
Member Avatar for john butler

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 …

Member Avatar for peter_budo
-1
166
Member Avatar for saisakthi

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?

0
50
Member Avatar for baudday

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, …

Member Avatar for peter_budo
0
58
Member Avatar for harysh

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 …

Member Avatar for harysh
0
169
Member Avatar for loungeowl

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 …

Member Avatar for Tech B
0
134
Member Avatar for sfrider0

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 …

0
62
Member Avatar for bhakki

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 …

0
220
Member Avatar for mahdi68

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

Member Avatar for mahdi68
0
73
Member Avatar for mahdi68

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" …

Member Avatar for shibby
0
158
Member Avatar for oldSoftDev

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

Member Avatar for oldSoftDev
0
102
Member Avatar for Hakoo

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?

0
60
Member Avatar for sunilshiwankar
Member Avatar for VanessaRyan

[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 …

Member Avatar for lapssone
0
494
Member Avatar for thomas6188

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 …

Member Avatar for peter_budo
0
232
Member Avatar for William Duffy

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 …

0
141
Member Avatar for LianaN

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 …

Member Avatar for MarkitoMagic
0
110
Member Avatar for iMaxtr

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 …

0
61
Member Avatar for bhakki

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

Member Avatar for peter_budo
0
99
Member Avatar for Capt Spaghetti

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 …

Member Avatar for Capt Spaghetti
0
125
Member Avatar for sam1

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

Member Avatar for peter_budo
0
90
Member Avatar for datasmith

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 …

Member Avatar for anubis_1969
0
165
Member Avatar for bhakki

I used netbeans 6.5 for developing android application. I need to add LWUIT for this application. How we can add LWUIT into android application?

Member Avatar for peter_budo
0
171
Member Avatar for Gatsby

Hi, All! This is my first ever post at the DaniWeb forum, and I'm very glad to be here. I have background in Web Development, though I am recently making a change over to Application Development, with an emphasis on Mobile Apps. That said, I just recently began using the …

Member Avatar for Gatsby
0
94
Member Avatar for andrew37

I have a big problem using the default SQLite database via JDBC driver.I would like to use ORMLite with this.Let me expose my code: [CODE=java]String databaseUrl = "jdbc:sqlite:/data/data/my.package.name/db.sqlite"; Class.forName("SQLite.JDBCDriver"); DriverManager.getConnection(databaseUrl); dataSource = DatabaseTypeUtils.createSimpleDataSource(databaseUrl); databaseType = DatabaseTypeUtils.createDatabaseType(dataSource); databaseType.loadDriver(); UpDao = new UserProfileJdbcDao(databaseType); UpDao.setDataSource(dataSource); UpDao.initialize();[/CODE] I downloaded the ormlite2.8.jar (src) and modified …

Member Avatar for graywatson
0
130
Member Avatar for sajidshamshad
Member Avatar for sajidshamshad

hi i have a simple question that how to call an array from derived class to in main class in android the array is a string array i am make the constructor in derived class and an object in main class but it does not work this is my code …

0
98
Member Avatar for yehudaforum

Wondering if anyone else uses Droid Generator The software that lets you create android apps with a link to your blog/site... My question is, does anyone know how I can add a second link on the first page of my app? Right now the software lets you place one. I'm …

Member Avatar for freddavis
0
137
Member Avatar for hardmath

Perhaps this note will save another member a spot of frustration. I tried to login from my mobile phone, but the AMD ad banner kept popping over the login dialog no matter how I tried to scroll away from it. Here's a workaround. The problem occurred holding the phone in …

0
132
Member Avatar for john butler

Hi Everybody, I am a new joinee as an Android Application Developer. Now I have a duobt that "Does the Android Application Development uses the J2ME platform, I mean can we call the Android Programming as the J2ME programmimg or the Android Programming has nothing to do with J2ME or …

Member Avatar for Hasan_DMT
0
220
Member Avatar for Capt Spaghetti

If I run my php file manually I am getting the output as follows: [{"org_id":"39575","orgname":"ARTHRITIS FOUNDATION - VIRGINIA CHAPTER","orgcity":"RICHMOND","orgstate":"VA"}] The php code is as folows: [code=php] <html> <body style="background-color:#33990f"> <?php // connect include require ("connect.php"); $query = "SELECT * FROM orgs WHERE org_id = 39575"; $result = mysql_query($query)or die(mysql_error()); if …

0
88

The End.