• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Recent content by Yathushan

  1. Y

    Apps [Resolved] Using ArrayAdapter to display SQLite query in multiple textviews

    Hi, I am attempting to create a simple card game and have reached a road when it comes to displaying the data from a single row into multiple textViews. My current thought process is to: Using a databasehelper class to select a row within the table Pass the results through a cursor and save...
  2. Y

    Root Recovery Flashing Issues

    Hi everyone, I am currently having issues trying to flash cwm recovery to my nexus 7. I followed this guide http://androidforums.com/android-system-mods-scripts-hacks/706533-guide-how-flash-nexus-factory-image-manually.html I get up to step 9 and then I get: FAILED (command write failed...
  3. Y

    Apps PHP parsing and MySQL Query Error

    I seem to be having trouble with my php code. I have constructed the query using phpMyAdmin where it works without any problems. However, once I insert the sql query into this php code it does not seem to work at all. <?php mysql_connect("127.0.0.1", "root", "password")...
  4. Y

    Apps MySQL Hosting

    Hi, I am trying to set-up an back end server for an android application I am setting up. However, I am having problems with the server I am using currently. The issue with my current server is that I exceed the number of connections or queries to the database. I was wondering if anyone...
  5. Y

    Apps SQLite help

    Hey all, I am trying to setup an database on my application. I have done the simple part of setting up the id, columns and names. But I want the application using the database to be able to fetch data from my remote sqlite server. I was wondering if anyone knew how to go about doing this...
  6. Y

    Apps In-App Purchasing

    I heard that lodsys is out for developers that are including the in-app purchasing. I was wondering whether I should avoid including this in my app until Google sorts out the situation?
  7. Y

    Apps Paid or Ad-Intensive App?

    Hey all, Just wondering as a group of developers which of the following have you found works better for you? As I am considering making my app I was wondering whether I should make people pay for my app or just leave it with ads?
  8. Y

    Root Cyanogenmod 7 Acceleromter Issues

    Hey all, I have recently discovered an issue with Cyanogenmod 7.0.2.1. Where Google applications and some 3rd Party applications have not been rotating when I tilt the phone in one direction or another. This is especially bothersome in Gallery as all photos are viewed in portrait. If...
  9. Y

    Apps How to code a basic json/rest protocol on android?

    Hey all, I was wondering whether anyone could direct me in the right direction to carry out a rest protocol using Gson? I have attempted it using a code snippet from: Android JSON Parsing with Gson Tutorial - Java Code Geeks. I tried to to alter the data in both search response &...
  10. Y

    Apps Json Help

    Hi all, I am wondering what I would need to change to the following code so that I would be able make it compatible with an API service I want to be to get hold off. Jsonparsingactivity.class package com.json.test; import java.io.IOException; import java.io.InputStream; import...
  11. Y

    Apps Problem starting a new activity using explicit intent

    Hi all I am having some trouble starting up a new activity from my initial activity even though it is shown in code to be right. In practise, all that happens is that the button is clicked and everything stays the same. BTW this is only one way I have yet to implement a reverse way just relying...
  12. Y

    Apps Switching activities

    Hi all, I have just started on my first app. I was just wondering how can I move from one activity to another. I have used onClickListeners. It does not seem to work for me even though I have pretty much followed every tutorial I can find step by step. mainmenu.java package...
  13. Y

    Root Best rom for gaming?

    Hey all, I have been recently using the nightly build from cyanogen. I have noticed that they now start to crash or are very slow. Does anyone know a reason for this or could help me solve this problem? At the same time, I have Dungeon Defenders on my desire. Before it used to run prefect...
  14. Y

    Server Help?

    Hi all, I am wanting to setup a server. I have the option of using a free web based one or a desktop server. The server is meant to collect and display syndicated data from a secure server. It is not an RSS feed. I have two questions: 1) Where should I store the server considering refresh...
  15. Y

    Root Cyanogen Nightly

    Hey all, just wondering has anyone tried out the latest nightly build from cyanogen which is the official build with gingerbread in it? If you have can you tell what your personal opinion is of it? As I am thinking about flashing it later on today. Thanks