1,245 Topics

Member Avatar for
Member Avatar for kuldeep.nimawat

Hey guys i am new to android. I am stuck in a problem from last 3 weeks. i am in need of your help. My problem is if i want to touch an image say image of an women. so if i want to select part of body say waist …

0
72
Member Avatar for turpentyne

I've got a bit of css that is centering my content vertically and horizontally in web browsers, but the horizontal centering disappears when viewed on a samsung tablet, and sits flush left. here's what I've got so far: Code: #content { display: block; height: 100%; position:absolute; width:100%; } .container { …

Member Avatar for turpentyne
0
108
Member Avatar for Emily Banks

[ATTACH=right]16393[/ATTACH]Vonage, the voice over broadband service provider, [URL="http://pr.vonage.com/releasedetail.cfm?ReleaseID=496277"]announced today[/URL] the release of its new mobile app that provides free calls from mobile phones to other Facebook users with the same application. The new app, called Vonage Talk Free, marks the beginning of the company's attempt to reach a broader, and …

Member Avatar for halenmartinez
0
448
Member Avatar for MarkVella19

Hi guys, I developing an application using the latest googe maps api is it possible to add a bounding box to the map view so that both the zoom and scroll level will be limited to a specified country given the correct coordinates. Thank you.

0
62
Member Avatar for lse123

how assign a none static var to a static var in Java/Android? String top5=scoreSaveReturn2(this.x); public static String totalPoints3;//=top5; CannonGame.totalPoints3=top5; // gives error here In a Canvas game if we have a class like: public class CannonView extends SurfaceView implements SurfaceHolder.Callback how transfer from this a var value to this public …

Member Avatar for rubberman
0
200
Member Avatar for varma51

hi Actually I'm a web developer.I intersted to learn android.i want to know how to install complete Android setup in ubuntu.Can u please suggest the best tutorials for Android Development

Member Avatar for peter_budo
0
167
Member Avatar for rje7

I'm trying to expand on the Tab Swipe Application template. I've created a class, say x, which extends AsyncTask which reads from network and update ListView. x.execute(param1) is invoked from the static class DummyFragment. The problem is i'm confused as to how to pass the context to the following code. …

Member Avatar for rje7
0
3K
Member Avatar for Lardmeister

Anybody out there that used Python on an Android system? Something like the subset on http://pygame.renpy.org/

Member Avatar for M.S.
0
217
Member Avatar for PCBrown

[ATTACH=RIGHT]16395[/ATTACH]HTML5 is a young programming language, with a lot of promise. It has been lauded as the Flash replacement that will revolutionize the web and more importantly, the mobile web. But with so much speculation and excitement, it's hard to recognize the forest for the trees. Where did HTML5 come …

Member Avatar for <M/>
2
435
Member Avatar for cybrix101

Hi folks, this may be a stupid question. From what I can gather, there is no Android GUI developer for netbeans (please correct me if I am incorrect). Would I be able to design the GUI in eclipse and then open the code in netbeans to design the back end? …

Member Avatar for ogian
0
231
Member Avatar for harinath_2007

Generally people sit in front of computers for a long time which results in eye strain. We indeed forget to take a break. So here is a good freeware called FADETOP which reminds you to take a break after every 15 minutes. However you can change the default time. You …

Member Avatar for CimmerianX
2
321
Member Avatar for thing2

Hello I modified tutorial code found at http://www.codeproject.com/Articles/119293/Using-SQLite-Database-with-Android?fid=1592519&df=90&mpp=25&noise=3&prof=False&sort=Position&view=Quick&spc=Relaxed&fr=1#xx0xx to create an assignment list app, and when I click modify, delete, or cancel it force closes. Here is my DatabaseHelper.java code: public class DatabaseHelper extends SQLiteOpenHelper { static final String dbName="assignDB"; static final String employeeTable="Assignments"; static final String colID="assignID"; static final …

0
170
Member Avatar for jakubee

Hello guys, For my final year project I decide to develop an app for android. I have done some research and stuff for first semester and have to present the working app at the end of second semester. To be honest I'm not that great developer however I'm still interested …

Member Avatar for peter_budo
0
146
Member Avatar for hazzag1995

Hey guys, i am developing an android app using Java, using eclipse on a windows PC. The building of the app started off very well, and we managed to get a working prototype working on a android phone using the USB debugging option. I have come across a big problem …

Member Avatar for hazzag1995
0
375
Member Avatar for lena1990

hi all i want to send html file from pc to android phone if any body have an idea of how to do that i will be greatful for help?? thanxs in advance

Member Avatar for peter_budo
0
208
Member Avatar for happygeek

According to IT security outfit Kaspersky, which has just [published details](http://www.securelist.com/en/analysis/204792255/Kaspersky_Security_Bulletin_2012_The_overall_statistics_for_2012) of the information security landscape as it was shaped during 2012, 99% of all mobile malware threats now target Android devices. With 6300 new mobile malware samples discovered every month on average across 2012, Android has become the focus …

Member Avatar for peter_budo
1
294
Member Avatar for m1n1m3

Hi, We have an Android appliation with local Postgre JDBC driver. *But there is a requirement to use a Google API with andorid application. The plan is to re-wire Android postgre DB classes to use DB from google api place. Is it possible to use Postgre SQL inside google API …

Member Avatar for LastMitch
0
146
Member Avatar for sheelap

hello I know windows & Linux but I am now very anxious to learn android operating system.can any one help me that where to learn it or any best,easy book so that I can learn myself own

Member Avatar for peter_budo
0
130
Member Avatar for Philip435

Hey, Im trying to implement a search in the action bar in my android app. Ive got the serachView to show and Im able to write in it. But when I press enter to make it submit the request should just open my SearchActivity were I should just be able …

0
143
Member Avatar for Viped

Hi, I am trying to make basic breakout clone for android. I want that the paddle moves as player rotates phone. I am getting data from magnetic field sensor and it changes as I rotate my phone, but it changes to same direction always. So if I have my phone …

0
77
Member Avatar for hazzag1995

Hey guys, i am developing an android app using Java, using eclipse on a windows PC. The building of the app started off very well, and we managed to get a working prototype working on a android phone using the USB debugging option. I have come across a big problem …

Member Avatar for peter_budo
0
455
Member Avatar for lena1990

hi guys i read pdf file from pc to android device but the file is not saved i will be greatful for any help

Member Avatar for NardCake
0
74
Member Avatar for phillipeharris

I am building on to my App and I am trying to add a "SHARE comments". I have all my comment within a View flipper. I dont know where I am going wrong. String shareMessage = flipTips.getContext().toString(); public class MainActivity extends Activity implements OnClickListener { ViewFlipper flipTips; Intent mailIntent; ImageButton …

Member Avatar for peter_budo
0
156
Member Avatar for ms061210

Hello.Please anyone help me with this code. I tried to look in every forum but nothing gives the right answer. Promblem is: **R cannot be resolved to a variable** . Here is my java code: package com.example.twittersearch; import java.util.Arrays; import android.app.Activity; import android.content.Context; import android.content.SharedPreferences; import android.os.Bundle; import android.view.LayoutInflater; import …

Member Avatar for CimmerianX
0
685
Member Avatar for kevinkev

I have the following php code that queries my Database called get_cost.php.The query is working as it displays all content of my TABLE si, kindly assist! <?php /* * Following code will list all the products */ // array for JSON response $response = array(); // include db connect class …

0
59
Member Avatar for Niko68

I am working on an Android VoIP solution and I had difficulties with some source codes during the development process. My library is provided by the Ozeki VoIP SIP SDK so I have found a good solution among their descriptions. The following program code shows how I can handle the …

0
54
Member Avatar for shack99

I want to create an android app where a live camera stream captures obstacles on the ground and issues warnings to the user. This is intended as an application for the visually impaired. I'm at a loss to understand what technologies are most suitable for this as I have no …

Member Avatar for AleMonteiro
0
272
Member Avatar for dschuett

I am looking for a way to impliment an onScroll listener into my listview. I have read a lot about using: notifyDataSetChanged(); But, I honestly can't figure out how to impliment it into my working code. Currently, I pull a bunch of records into the listview from a MySQL database …

0
99
Member Avatar for Nionoas

Android, Apple, and Blackberry are te biggest smartphone company at this moment, what next vendor or OS will grow up in your opinion?

Member Avatar for <M/>
0
309
Member Avatar for arcticM

hello, I'm developing my 1st app. everything's working but i'm having problems with the visual design. i think i need an out of the box idea here. basicly, it's a 1 page/screen app. what the user sees is a big circle that has 12 parts, looks just like a color …

0
79

The End.