1,252 Topics

Member Avatar for
Member Avatar for yeshamarques
Member Avatar for Rakesh456
0
183
Member Avatar for happygeek

As I stated when [reviewing the Minisuit 3-in-1 Folio Case](http://www.daniweb.com/hardware-and-software/tablets-and-mobile-devices/reviews/477039/review-minisuit-3-in-1-keyboard-folio-case-nexus-7-2013#) for the Nexus 7 2013, the most important things a writer looks for in any keyboard are key travel, spacing and feedback. Obviously a travel keyboard throws some additional requirements into the mix such as weight, size and battery life. …

1
732
Member Avatar for happygeek

For a professional writer of any description, there are three things that matter when it comes to the keyboard that they are using: key spacing, key travel and key feedback. The Minisuit 3-in-1 Folio manages, as far as any such small keyboard is ever going to achieve, to get the …

1
676
Member Avatar for Benjamin_4

Hi guys, i wanted to find out if its possible to use just a single listView for different activities. For instance i have three activities (Pending Jobs, Incoming Jobs, Closed Jobs) which are supposed to use a ListView, as at now i have created ListViews for all three activities but …

Member Avatar for peter_budo
0
140
Member Avatar for Tushar_2

Hi all, I am trying to run my code editor into my android app here is my link of editor [webpage code editor](http://guru99.com/demo-editor-php.html) I am using the below code for my code editor code link <script>$.noConflict();</script> <script type="text/javascript" src="http://test.guru99.com/js/Phpeditor/codemirror.js"></script> <script type="text/javascript" src="http://test.guru99.com/js/Phpeditor/clike.js"></script> <script type="text/javascript" src="http://test.guru99.com/js/Phpeditor/php.js"></script> <script type="text/javascript" src="http://test.guru99.com/js/Phpeditor/css.js"></script> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script> …

Member Avatar for peter_budo
0
399
Member Avatar for chrisschristou

hello. i have a project to do for android, i want to make a tourist guide app, but i want to have basic information on app and sometime i want 5 request data from google or from website. i must on app apk app or web application in reality i …

Member Avatar for peter_budo
0
228
Member Avatar for cguan_77

hello guys, got this code but it has an error. any ideas? Thanks. public void ListenerCheckAll() { Chbox0 = (CheckBox) findViewById(R.id.checkBox1); xAllButton = (Button) findViewById(R.id.button1); xAllButton.setOnClickListener(new OnClickListener() { @Override public void onClick(View vx) { Chbox0 = (CheckBox) findViewById(R.id.checkBox1); boolean checked = ((CheckBox) vx).isChecked(); //this part has the error switch(vx.getId()){ case …

Member Avatar for peter_budo
0
131
Member Avatar for James singizi

i have installed android studio on my pc and im trying to run it and its showing me an error that says, "The environment variable JAVA_HOME(with the value of C:\Program Files\java\jdk1.8.0_20\bin)" does not point to a valid jvm location

Member Avatar for James singizi
0
88
Member Avatar for napninjanx

So far I learned how to download the JDK Java Development Kit. Then created a PATH file cause it the training video they said something about sp Java won't mix up directories and so on. So putted the semicolon at the end of the Path File... In Environment Variables. Then …

Member Avatar for napninjanx
0
284
Member Avatar for Benjamin_4

Hello guys am new to android development. I wanted to know how create a scrollview in Potrait layout using XML in android. below is the code i wrote in XML <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" > <ImageView android:id="@+id/imageView1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_margin="5dip" android:src="@drawable/newuser" android:contentDescription="@string/todo"/> <TextView android:id="@+id/textView1" android:layout_width="wrap_content" android:layout_height="wrap_content" …

Member Avatar for peter_budo
0
223
Member Avatar for ziadkassam

I am developing an android application using java with SQLite. The following code make the error: String selectQuery = "SELECT * FROM User"; Cursor cursor = db.rawQuery(selectQuery, null); I checked my program and I found that the cursor make unfortunatly error. Please help from where is the error come??

Member Avatar for ziadkassam
0
352
Member Avatar for oz_nc

I have an Android Project for my homework. I will upload an image from phone gallery and find color which is dominant but color band includes other remarkable colors. This is what I want to do exactly. I found a website when I was researching. http://lokeshdhakar.com/projects/color-thief/ . It’s written with …

0
131
Member Avatar for Pobunjenik

Hi everybody, I'm back and I bring problems. :D I've done a fair bit of research - I know Android can't run JRE 1.7, and I know JRE 1.7 is needed to get Java to read SQL. I've got this project that says I need to make a way for …

Member Avatar for Pobunjenik
0
329
Member Avatar for happygeek

Android-driven devices, including smartphones and tablets manufactured by the likes of Asus, LG, Motorola and Samsung, are being sold with pre-installed malware according to claims made by the CTO and Founder of Marble Security. David Jevans made the claim following complaints from a potential client that a mobile security platform …

Member Avatar for creamtown
0
836
Member Avatar for happygeek

Wearable computing has been a buzzword for so long that it's easy to get blinded by the hype and not realise that actually it's a reality; and one that got even more real with the announcement by Google of Android Wear. Forget the fitness bands of today and the 'smart …

Member Avatar for happygeek
0
1K
Member Avatar for Ferd12324445

I'm creating multiple custom info windows using only one xml layout, all of the info inside the window will be put In programmatically. I am now trying to give the ImageView an image but when I do that for one marker all of the other markers ImageView images become the …

Member Avatar for raj.mscking
0
344
Member Avatar for Dineshchitta

I am developing an android app .So , I want to maintain some database over internet which can be accessible for anyone who uses my app .So how can I maintain that database.

Member Avatar for pritaeas
0
74
Member Avatar for mwnt2014

JavaScript for mobile browser detect img changed according to mobile browser wheather iphone or android ..different images for both....

Member Avatar for diafol
0
109
Member Avatar for LyingInAHammock

Basically I've created an **app drawer** and placed a **seekbar** within it. This app drawer is made up from **app_drawer.xml** whilst my fragment below is made up from **main_activity.xml**. The issue I'm having is, although the seekbar shows up perfectly and the app drawer pulls in and out as it …

0
165
Member Avatar for user_123

kindly tell me how i start the my project i have problem in connecting my tablet with my pc eclipse is not running on the tablet.and also tell me how i can create touchable screen to draw drawing freely first.i am making andriod paint app for andriod tablet.and kindly tell …

0
82
Member Avatar for nevil120

I have Android app and 1 php application. I want to invoke android function when the button is clicked on my php application (on latop-pc browser). So basically Php to android communication. How to achieve that?

Member Avatar for orochiwolf
0
145
Member Avatar for cguan_77

hello guys, is there a site to publish an android app for free? To publish android app to Google play, what's the steps and how much is the cost? Would appreciate input to anyone who had tried it. Thank you. :)

Member Avatar for Ewald Horn
0
199
Member Avatar for azapovjednik

Hello all, I need to do some simple project for school in java eclipse... so I went to android developer page and downloaded the adt-bundle for windows... I have 64 bit windows so I downloaded 64 version... I start it and it gives me the error `Android sdk content loader …

Member Avatar for azapovjednik
0
443
Member Avatar for napninjanx

Like a person goes into Android Programming and wants the app to work on iOS for Apple. Are they the same or different?

Member Avatar for Moran_1
0
262
Member Avatar for LyingInAHammock

Out of my depth a little :-) How do I create a pair of longitude and latitudes to create a polygon showing a 2 mile radius of a particular longitude and latitude? in Java Android. I know how to find your current longitude and latitude but I just can't figure …

Member Avatar for jwenting
0
564
Member Avatar for twisty_toes

Hey guys, I have a project to do and I have let my schedule slide. Anyway, I have to get down and do it now. My task is to create an Android App where you can access a FreePBX server (www.freepbx.org), which is basically an all-in-one linux distribution of a …

Member Avatar for Ewald Horn
0
126
Member Avatar for ColeTechInc

Free IOS and Android App Software? Anyone know where i can find Free Software to create and app for IOS And Android i was wanting to design and create a game or something but i was hoping for a visual creator not just coding. i only know of the MAC …

Member Avatar for peter_budo
0
167
Member Avatar for ezekel

Hi i need your help please I am still learning android...i don't know this error "at android.os.StrictMode$AndroidBlockGuardPolicy.onNetwork(StrictMode.java:1133)"... can you help me how to solve this. Thank you.

Member Avatar for peter_budo
0
908
Member Avatar for LyingInAHammock

How do I replace my android app Google maps radius circle with a blue translucent one as in image also blue marker with blue circle? I can make the circle have a particular outline and fill but it doesn't look anywhere near as nice as the one depicted in the …

Member Avatar for LyingInAHammock
0
821
Member Avatar for fuchsia555

Hello everyone, I'm about to develope a simple app for mobile and i want your help about how to make a code for sending the order of the selected items by SMS or E-mail to a sepcific cell number or E-mail after selecting the desired items clicking on the button …

Member Avatar for peter_budo
0
135
Member Avatar for BeganMemory

At this point I know how to utilize Google Maps within Android but it always seems to take up the full window, there is an image below which shows what I'm attempting to accomplish (having a box below the Google maps where I can store text i.e. "Hello World" **How …

Member Avatar for peter_budo
0
464
Member Avatar for mercenar18

I am trying to make the notification Led blink in a certain way and when i run the app from Eclipse with my phone connected it works as expected, but when i run it directly from my phone it doesn't work as it should (showing the colors not respecting the …

Member Avatar for mercenar18
0
586
Member Avatar for OldDeveloper01

Hello, im trying to make a mulitple choice quiz in for android. Im a newbie at this and i am having some difficulites with the logic. As you can see what i have done below is create two arrays, questions and answers. The first option within each of arrays of …

Member Avatar for muralidhara_1
0
3K
Member Avatar for azgold472

Quick question. It is my understanding that live wallpapers can be created for android is using java. Please correct me if I'm wrong. Can it be used to say have a live wallpaper with floating hearts and on valentines day display happy valentines day? Then on a birthday change to …

Member Avatar for Ewald Horn
0
145
Member Avatar for cool_zephyr

could anyone please tell me what's the difference between getApplicationContext() and MyActivity.this.."MyActivity" being a class that extends Activity class..somethimes getApplicationContext() doesn't work and I need to use MyActivity.this when the constructur asks for a context... for example, if i use `ProgressDialog p=new ProgressDialog(getApplicationContext());` it gives an error however, if i …

Member Avatar for cool_zephyr
0
373
Member Avatar for Viraak
Member Avatar for Viraak
0
53
Member Avatar for youvi

Hello, Am doin a web application.How can i implement sms service in my website?? Please show me some references..and guidence please.. Thanks

Member Avatar for gabrielcastillo
0
298
Member Avatar for jesicabon
Member Avatar for engrjd91

**Task:** I'm currently working on my final year project and i have to present my evaluation in 10 days. The only task which is left is to connect my android application to a database through WIFI. **Database:** I have to work on sqlite3, and currently I've Installed Navicat IDE for …

Member Avatar for peter_budo
0
164
Member Avatar for Ankit Mehrotra

*can some one please tell me how to write a program in JAVA ECLIPSE for touch and changing the direction of player or any character (for instance as in Temple Run)*

Member Avatar for Anima Templi
0
87
Member Avatar for dandrews517

Hi all, I found a great VoIP application for WP7 that prevents the service providers to block SIP: http://www.codeproject.com/Articles/722556/How-to-build-a-VoIP-application-for-Windows-Phone. The core of the solution is the following: as it is known, SIP protocol is used in VoIP technology, but its port (5060) is blocked by many mobile service providers. That's …

0
146
Member Avatar for cool_zephyr

i'm having a hard time handling multiple screen sizes (meaning supporting different devices with different screen sizes)..could anyone guide me into the right path??

Member Avatar for cool_zephyr
0
129
Member Avatar for sireiz

We want to make a software with our neighborhood map and roads with directions. What would be the best way to do it? Its a university project. Platform would be Android and windows.

Member Avatar for rubberman
0
191
Member Avatar for Rina Richie

Hello Good Day Everyone!I want to ask for help in making this android application that is one of our requirements for graduation.The Android must go like this:Android App that can give tutorials on different programming language and in every end of the chapter it should provide a test.A test should …

Member Avatar for Ewald Horn
0
147
Member Avatar for Santosh_5

I am trying to add new spinner below old one dynamically with click of a button. Also, I am adding button on the side of spinner dynamically. My problem is the spinners and buttons are added on top of each other. How can I add new spinner at the bottom …

Member Avatar for peter_budo
0
1K
Member Avatar for Rasool Ahmed

My problem is when I open new activity when pressing button an error accoutred "Unfortunately, ISPcheck has stopped". Here is my MainActivity.java button click event code: public void btnLogin_OnClick(View view) { startActivity(new Intent(MainActivity.this, PersonInfo.class)); } Here is button xml code in activity_main.xml: <Button android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="تسجيل الدخول" android:id="@+id/btnLogin" android:layout_marginTop="72dp" android:textColor="#ffffff" …

Member Avatar for jonese068
0
3K
Member Avatar for mln_ndh

I want to ask something about the gifwebview. How can i resize the gif images while im using the gifwebview. Should I use relative layout params? Because the gif images appeared is very big. I want to adjust the size to fix my application. Please help me. public void onCreate(Bundle …

Member Avatar for peter_budo
0
164
Member Avatar for ZixCo

I'm making a messenger app and I need to know how to set up connections so that somebody could send messages to other via WI-FI.I googled a little and I find something at this page [Click Here](https://code.google.com/p/simple-android-instant-messaging-application/source/browse/trunk/src/com/mekya/communication/SocketOperator.java)but I don't understand it.Here is my main class/StartingPoint (all my code is just …

Member Avatar for cool_zephyr
0
400
Member Avatar for DamianFox

I'm doing an application in which I have to show a sequence of pictures: The sequence is the follow: A red X has to be shown for more or less 400 milliseconds; An image called "Screenshot" has to be shown for more or less 500 milliseconds; An image called "Noise" …

Member Avatar for DamianFox
0
2K
Member Avatar for terrier_unknown

Hello there, i was just wondering does anyone here know how do i add a multiscreen for an android app using visual studio. I know how to code everything but i m not sure do i have to do this using xamarin interface or can i do it with visual …

Member Avatar for stephen.engelbrecht
0
425

The End.