There are many software that offer SQLite database editing and browsing
capabilities.

For Linux I use sqliteman.

You just need to extract the sqlite database file from the device and open
it with the tool.
On real device you do not have direct access to the database file but it's
very easy to develop a snipped of code that copy your database file to a
public position and extract it.

In some of my project I keep a development activity in the debug variant
(using gradle) for this kind of tasks.


I agree would be helpful to have something integrated in Android Studio but
I don't see this as a key feature for now.

Regards,
Daniele


On Sun, Jan 26, 2014 at 12:19 AM, Adam Brown <[email protected]> wrote:

> AS is based off of IDEA CE (*Community Edition*) the open source version
> of IDEA Ultimate (*which is not open source*). So yes, AS may get some
> features faster. But any feature Jetbrians doesn't commit to IDEA CE will
> never come to AS.
>
>
>
> On Sat, Jan 25, 2014 at 3:17 PM, Alex Baker <[email protected]> wrote:
>
>> Does the AS canary build get new features before IDEA Ultimate? If so,
>> approximately how long does it take before they're available in Ultimate?
>>
>>
>> On Friday, January 24, 2014 7:20:50 PM UTC-6, Siva Velusamy wrote:
>>>
>>> Nope. There are going to be certain features that are only available
>>> in IntelliJ Ultimate Edition.
>>>
>>> On Fri, Jan 24, 2014 at 4:53 PM, Adam Brown <[email protected]> wrote:
>>> > Ah damn, that's too bad. Are there any plans for developing a DB
>>> browser for
>>> > AS?
>>> >
>>> >
>>> > On Friday, January 24, 2014 4:52:27 PM UTC-8, Mark Murphy (a Commons
>>> Guy)
>>> > wrote:
>>> >>
>>> >> On Fri, Jan 24, 2014, at 16:49, Adam Brown wrote:
>>> >> > I saw that back in October of last year InteliJ added  Android
>>> >> > SQLite support to their Database Support plugin:
>>> >> >
>>> >> > http://blog.jetbrains.com/idea/2013/10/intellij-idea-13-
>>> eap-and-android-sqlite-database/
>>> >> >
>>> >> > But that doesn't appear to be present in Android Studio (*as of
>>> 0.4.3*).
>>> >>
>>> >> It is part of the commercial IDEA Ultimate Edition, not the open
>>> source
>>> >> Community Edition.
>>> >>
>>> >> > I was wondering if there were plans for integrating this?
>>> >>
>>> >> I suspect that your discussions would need to start at JetBrains, to
>>> >> make this plugin (and the ones it depends upon) open source.
>>> >>
>>> >> --
>>> >> Mark Murphy (a Commons Guy)
>>> >> http://commonsware.com | http://github.com/commonsguy
>>> >> http://commonsware.com/blog | http://twitter.com/commonsguy
>>> >>
>>> >> _The Busy Coder's Guide to Android Development_: Version 5.5... And
>>> >> Still Going Strong!
>>> >
>>> > --
>>> > You received this message because you are subscribed to the Google
>>> Groups
>>> > "adt-dev" group.
>>> > To unsubscribe from this group and stop receiving emails from it, send
>>> an
>>> > email to [email protected].
>>> > For more options, visit https://groups.google.com/groups/opt_out.
>>>
>>  --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "adt-dev" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/adt-dev/Jqw9VslC_Vw/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to
>> [email protected].
>>
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "adt-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups 
"adt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to