Android App Database - Programming - Nairaland
Nairaland Forum › Science/Technology › Programming › Android App Database (973 Views)
| Android App Database by Trizyd(op): 7:28pm On Aug 03, 2015 |
How do i connect a database for my android app? am using android studio and i'm thinking of using sqlite |
| Re: Android App Database by okunboy: 1:11pm On Aug 07, 2015 |
local or remote? |
| Re: Android App Database by nollyj: 1:24pm On Aug 07, 2015 |
Follow my tutorial and learn how to connect to local database package inducesmile.com.androiddictionaryapplication; import android.content.Context; import com.readystatesoftware.sqliteasset.SQLiteAssetHelper; public class DictionaryDatabase extends SQLiteAssetHelper { private static final String DATABASE_NAMES = "quiz"; private static final int DATABASE_VERSION = 5; public DictionaryDatabase(Context context) { super(context, DATABASE_NAMES, null, DATABASE_VERSION); // TODO Auto-generated constructor stub } } http://inducesmile.com/android/android-dictionary-application-with-search-suggest-and-text-to-speech/ |
| Re: Android App Database by dhtml(m): 10:10am On Aug 08, 2015 |
| Re: Android App Database by Trizyd(op): 5:35pm On Aug 09, 2015 |
okunboy:local |
| Re: Android App Database by dhtml(m): 2:52pm On Aug 10, 2015 |
sqlite, like nollyj mentioned. |
DHTMLSQL - A Very Advanced Wrapper For Mysql Database! • Laravel:call To Undefined Method Illuminate\database\eloquent\collection::save() • My New Complete English Classic Android App • 2 • 3 • 4
Be A Part Of Open Source Revolution With Oracle Training And Certification • Video Tutorials Vs Written Tutorials • Arduino Board For Sale