1,334 Topics
![]() | |
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 … | |
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 … | |
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 | |
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 … | |
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? | |
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 … | |
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 … | |
I currently have two php files that I need to combine so I can eliminate the use of the "<a href" construct. The first file allows the user to enter a city and state to search for organizations. After entering the city and state the user is presented with a … | |
how to call array in main class from its derived class with its object | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
Well, to make it simple, I have a multiselection listview and I need to know how many elements in the list I have choosen. How can I do that? | |
Hey! I want to create a program that should be able to run Android OS like VMWare does, is this possible in C#? I do not have very much knowledge in C#, but is this possible? - Have you got any examples? - Could you point me to a direction … | |
Hey Daniheads, I'm one of the newish Staff Writers here at Daniweb, and I'm working on lining up my calendar for the fall for reporting and interviews on mobile topics. I'm going to be focusing on devices running the Android OS, but I wanted to put it to all you … | |
Until Motorola came out with the [URL="http://phones.verizonwireless.com/motorola/droid/"]Droid[/URL], they were the forgotten cell phone company, but it wasn't that long ago that everyone wanted one of their phones: [URL="http://en.wikipedia.org/wiki/Motorola_RAZR"]the Razr[/URL]. This was in 2004, in the days before the iPhone when smart phones were found only in the pockets of executives … | |
I am currently playing about with lesson 08 here [url]http://insanitydesign.com/wp/projects/nehe-android-ports/[/url] I would like to change the background colour from black to white. In order to do this at the start of onDrawFrame() I have called [code=java] gl.glClearColor(1.0f, 0.0f, 0.0f, 0.0f); [/code] This does indeed set a white background screen, but … | |
So I just got started with Droid Generator and wondering if links in my apps will benefit me rank better in the search engines? ... I get about 400 uniques p/d to my blog from the apps, but my real question is, because my i put a URL in my … | |
Hey everyone, I'm trying to get started with SQLite. My app keeps force closing on this activity: [code=java]public class ViewActivity extends Activity { private TextView company; private BillMeDB dh; public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.all); company = (TextView) findViewById(R.id.Company1); BillMeDB db = new BillMeDB(this); db.open(); long id; id = … | |
I'm still here at the Intel Developer Forum (IDF) 2010, and just had the chance to try out something cool. The Intel Atom processors are lightweight x86 processors for use in a whole range of small devices. And being x86-based, they can run modern desktop operating sytesms. At the beginning … | |
Hey Daniheads, I'm one of the newish Staff Writers here at Daniweb, and I'm working on lining up my calendar for the fall for reporting and interviews on mobile/wireless topics. I'm going to be focusing a lot on development for the Android OS, but I wanted to put it to … | |
Hi i download Android 2.2 SDK and install nbandroid plugin on netbeans. when i run project i get this message on netbeans out put and emulator did not start !!! [QUOTE]init: deps-jar: Compiling 1 source file to C:\Users\mahdi\Documents\NetBeansProjects\Hello Android\build\classes compile: =C:\Users\mahdi\Documents\NetBeansProjects\Hello was unexpected at this time. C:\Users\mahdi\Documents\NetBeansProjects\Hello Android\nbproject\build-impl.xml:411: exec returned: … | |
I have a tabbed activity as my main class and 3 activities that it has as tabs. I've been googleing this but no luck so far. One of my activities has a thread that runs and gets messages from the telnet thread via a queue. Without going into that to … | |
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 … | |
So I just got started with Droid Generator and wondering if links in my apps will benefit me rank better in the search engines? ... I get about 400 uniques p/d to my blog from the apps, but my real question is, because my i put a URL in my … | |
Hey everyone.. I do not know if this is the correct spot to write this but here it goes.. I hate Java.. Its a pain to learn for me.. I know some C++ and VB.net and basically my question is, Is there any compilers or anything out there that can … | |
Can someone explain why this: [code=xml] <?xml version="1.0" encoding="utf-8"?> <TableLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:stretchColumns="1"> <TableRow android:id="@+id/upcoming1" android:clickable="true"> <<<< <TextView android:text="-------" android:gravity="left" android:padding="3dip" />[/code] Doesn't allow me to click the row? edit> Maybe the more important question. How can I fetch it using onClick or something similar? e.g., [code=java] TableRow tr … | |
Hello All! What are Handler used in android proggraming for? How do we use them to dismiss the ProgressDialog? I have referred few things from the Net regerding this but couldn't found them pretty convincing. An example of dismissing a ProgressDialog along with Handler will be a great thing. Thanks, … | |
Hello Everybody! Can anyone please tell me about the SharedPreferences in Android Programming. I need to use it in my application but not quite clear about it. An example with coding will be greatly appreciated. Thanks, john butler | |
With the Android developer community buzzing about how easy it is to pirate apps, one outfit took it upon itself to try and track down the pirates. The results are truly shocking. [attach]16959[/attach]The provocatively named Android Police site last week claimed that [URL="http://www.itpro.co.uk/626374/android-app-flaw-allows-easy-piracy"]most Android apps can be simply patched and … | |
[URL="http://www.dell.com"]Dell[/URL] is going to launch its latest assault on the hand-held device market with the release of a handset called Aero. It's going to be available in the US only but that's a big enough market; it will cost $99 on contract. It's a move that will surprise many, for … | |
Is there a way to send a message or any way to communicate with a PC automatically using an Android Phone? Like, a user just presses a button and a pre-written message is sent to a PC? | |
Remember Lycos? One of the earlier leaders in search, it was sold to Spanish firm Terra for more than $12 billion ten years ago. This week [URL="http://www.npr.org/templates/story/story.php?storyId=129246686&ft=1&f=1006"]it sold again[/URL] to an Indian company, for a paltry $36 million. Ouch. That got us wondering how some tech companies seem to go … | |
Hi all, I have 2 years experience with VC++ and C#, I am now looking for doing some smart phone apps, but I don't know which platform is better in the future, iphone or android? Which one should I choose? cheers | |
[URL="http://www.adobe.com"]Adobe[/URL] has nailed its Android-coloured flag even more firmly to the wall than it had done before. The company hosted its so-called Android Conference yesterday in which it put forward the ways in which its software will be closely tied to the Google-owned operating system. It's not all positive. Adobe … | |
Hi, Can anyone say about the steps involved in android xml parsing using sax | |
[ATTACH=LEFT]16646[/ATTACH]Yesterday, Facebook released an [URL="http://github.com/facebook/facebook-ios-sdk"]updated SDK[/URL] for the [URL="http://www.daniweb.com/reviews/review291912.html"]Apple iOS4[/URL], intended for use with Apple's iPad, iPhone, and iPod Touch. Between this and the recently released Facebook SDK for Android, third-party developers can build applications with a social networking component for two of the most popular mobile platforms. Two key … | |
[ATTACH=right]16448[/ATTACH]In the fight to be the No. 1 smart phone, Google's Android stands to surpass the iPhone's top seat in two years, according to [URL="http://www.isuppli.com/Mobile-and-Wireless-Communications/News/Pages/Googles-Android-to-Outstrip-Apples-iOS-by-2012-iSuppli-Forecasts.aspx"]market researcher iSuppli Corp[/URL]. "Google and Apple are engaged in a fierce battle for control of the wireless market, which represents the most lucrative growth opportunity … | |
Salam i need solution to this problem [2010-08-09 17:07:31 - TEst] Android Launch! [2010-08-09 17:07:31 - TEst] adb is running normally. [2010-08-09 17:07:31 - TEst] Performing my.batterymanager.batteryviewer activity launch [2010-08-09 17:07:31 - TEst] Automatic Target Mode: launching new emulator with compatible AVD 'Android' [2010-08-09 17:07:31 - TEst] Launching a new … | |
Hi , i download ADT-0.9.1.zip file but i cant add it to eclipse !!! please help me , how should i add this plugin to use eclipse to programming for android ??? | |
Because it is unrealistic for companies to mandate a particular kind of smartphone for all their mobile employees, a new app will soon makes it possible for iPhone and iPad users to have the same access to their companies mobile "line-of-business" applications as employees carrying Android or Windows mobile devices. … | |
I have a Tabbed Activity. I extend in my main Activity TabbedActivity and create two activities that are the tabs with intents. Problem is I want the user to be able to shut down the program and i haven't figure out how to shut down the whole program. If i … | |
[ATTACH=right]16392[/ATTACH]Just a day after Research in Motion gobbled up all the day's buzz with the [URL="http://www.daniweb.com/news/story301696.html"]release of its new OS version 6 and Torch Blackberry[/URL], King Crackberry has been dethroned. Smartphones running Google's Android OS were the top-seller in the US during the second quarter of 2010, accounting for a … | |
hi, I use: [code=java] fOut = thecontext.openFileOutput(filename, Context.MODE_PRIVATE); [/code] Does the private mean that unless you have the phone and are the user of the phone or otherwise got your hand on it, that no program can read the file I'm writing? I.e no installed program could request any permission … |
The End.