-1

I want to add ORMDroid library project to Android Studio, but i can't do this because ORMDroid of below link has not Gradle. How can i import and use ORMDroid lib in my project?

I want to use this for better and easier Sqlitein my application. What is better solution for using sqlite?

ORMDroid link is :

https://github.com/roscopeco/ormdroid

Fahim
  • 372
  • 4
  • 16
  • *below link has not Gradle* huh? what do you mean? This project contains gradle just import is as library module and add dependency to it in main project – Selvin Aug 02 '17 at 10:55

1 Answers1

0

I don't think you need any third party library for sqlite database . But if you want it then this link can help you Adding external library in Android studio Or if you want simple example then this is for you.

https://www.androidhive.info/2011/11/android-sqlite-database-tutorial/

shivpal jodha
  • 156
  • 1
  • 9
  • Thanks. I know, i don't need third party lib for sqlite database but i want to use the lib for easier use like ORMDroid or any lib – Fahim Aug 02 '17 at 11:03
  • then have a look on the link which i share first Adding external library in Android studio – shivpal jodha Aug 02 '17 at 11:04