₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,128 members, 8,420,488 topics. Date: Thursday, 04 June 2026 at 09:43 PM

Toggle theme

Android App Database - Programming - Nairaland

Nairaland ForumScience/TechnologyProgrammingAndroid App Database (973 Views)

1 Reply (Go Down)

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 or remote?
local
Re: Android App Database by dhtml(m): 2:52pm On Aug 10, 2015
sqlite, like nollyj mentioned.
1 Reply

DHTMLSQL - A Very Advanced Wrapper For Mysql Database!Laravel:call To Undefined Method Illuminate\database\eloquent\collection::save()My New Complete English Classic Android App234

Be A Part Of Open Source Revolution With Oracle Training And CertificationVideo Tutorials Vs Written TutorialsArduino Board For Sale