Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,161,462 members, 7,846,930 topics. Date: Saturday, 01 June 2024 at 07:45 AM

Android App Database - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / Android App Database (895 Views)

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)

(1) (Reply) (Go Down)

Android App Database by Trizyd(m): 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(m): 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)

How To Create The Googe Products / For All You Coders Out There / Mobile Carrier Assistant: A Must Download Mobile App For All Nigerians

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 8
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.