1,785 Topics
![]() | |
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 … | |
[ATTACH=right]16919[/ATTACH]The good people at Mozilla have read our minds, again. The latest [URL="http://www.mozilla.com/en-US/firefox/beta/"]beta version of Firefox 4[/URL], released on Tuesday, has a new tool to help you get out from under that unruly pile of browser tabs. It's called 'Panorama,' a shortcut-accessible drag-and-drop workspace that allows you to move and … | |
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 … | |
Hi, I am currently working on an android application that requires interfacing with c/c++ libraries.So when i deploy my app on the device i get the message the application hellondk(the application name) has been forcefully closed. So when i go back and look at my code i see the in … | |
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 … | |
Blackberry has also joined the tablet war. I am not sure if they had already released their own tablet which runs on Blackberry System, as opposed to android tablet system and Ipad system. here is a snippet picture of their tablet, which definitely is so blackberry. [URL="http://2.bp.blogspot.com/_DPhhE0gawnU/S-4PNIHlW6I/AAAAAAAAAPE/o3_ea_BnxbY/s1600/blackberry+tablet+release+date.jpg"]PICTURE[/URL] | |
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 have a small network (50-65 computers) which are all connected via a LAN. I have a DHCP server and a gateway (Firewall). Recently there was a requirement to connect all the smart phones used in the company (Blackberry, Iphone and Android phones) to the internet when in the facility … | |
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 i got a text based game running atm and i want to develop an app for it on android. I have created the interface and the login pages and all the pages i need . i have even created a database for it. but i want to link my … | |
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? | |
[ATTACH=right]16767[/ATTACH]In Google's apparent on-going quest to take over the entire (virtual) world, the latest rumors have the search giant making a major play for the tablet market on the biggest shopping day of the entire year. If rumors are true, on the one day a year when apparently normal people … | |
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 … | |
so i am writing an app for iphone obviously. and i am reading that i can write in c++. It is in the contract for mac developers that you can do taht... so i was going to do the graphics in open gl... i havent' been able to find out … | |
[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 … | |
It's not in the stores yet but in Europe at least the anticipation is hotting up for the [URL="http://ww.nokia.com"]Nokia[/URL] N8 smartphone. It's causing excited ripples for two reasons: first it's going to be seen as the first time Nokia has come out with something serious to combat the iPhone in … | |
Research In Motion (RIM) held an event in NYC at 11 AM EDT today to announce a new device previously referred to as the BlackBerry 9800, but now known as the Blackberry Torch. The real excitement however is the BlackBerry 6 OS. RIM hopes that their revamped focus on multimedia … |
The End.