Re: Android Studio browsing of SQLite databases

2015-04-23 Thread Steven D Stamps
Glad it helped. I'm a principal software engineer at Zynga these days, so use the technique all the time. Best... On 04/21/2015 09:57 AM, Shii Itsu wrote: Thanks Steve. This feature is very useful for debugging complicated DB issues. The GitHub page is linking to the source code (whi

Re: Android Studio browsing of SQLite databases

2015-04-21 Thread Shii Itsu
Thanks Steve. This feature is very useful for debugging complicated DB issues. The GitHub page is linking to the source code (which is nice) but should provide a ready-made jar. I was able to find it at http://android-sqlite-browser-for-eclipse.googlecode.com/svn/wiki/HowTo.wiki. Works grea

Re: Android Studio browsing of SQLite databases

2014-11-06 Thread Steven Stamps
I took a moment to do a little more research on this question, and came up with the following solution. It provides 1-button browsing of a live SQLite database while it is still on the device and being modified by your app. No IntelliJ upgrade license or purchase is required. Since the device mo

Re: Android Studio browsing of SQLite databases

2014-11-04 Thread Steven D Stamps
You are so correct! My apologies to all for omitting that critical piece of information. On 11/04/2014 06:17 PM, Jake Wharton wrote: You forgot to preface that whole thing with "It is my opinion that..." FTFY. On Tue Nov 04 2014 at 1:26:42 PM Steven Stamps > w

Re: Android Studio browsing of SQLite databases

2014-11-04 Thread Jake Wharton
You forgot to preface that whole thing with "It is my opinion that..." FTFY. On Tue Nov 04 2014 at 1:26:42 PM Steven Stamps wrote: > This is yet another example of the true cost of building on top of a > proprietary product. > a) you are at the mercy of the owner's priorities, agenda and (some

Re: Android Studio browsing of SQLite databases

2014-11-04 Thread Steven Stamps
This is yet another example of the true cost of building on top of a proprietary product. a) you are at the mercy of the owner's priorities, agenda and (sometimes poor) judgement b) you are frequently placed on a "slippery slope" that forces you to buy into the commercial product if you want t

Re: Android Studio browsing of SQLite databases

2014-01-27 Thread Daniele Segato
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 dev

Re: Android Studio browsing of SQLite databases

2014-01-25 Thread Adam Brown
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 wrote: > Does

Re: Android Studio browsing of SQLite databases

2014-01-25 Thread Alex Baker
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 Intell

Re: Android Studio browsing of SQLite databases

2014-01-24 Thread Xavier Ducrohet
It would be good, but it's low on our priority list for now. On Fri, Jan 24, 2014 at 5:28 PM, Adam Brown wrote: > Siva, not that Jetbrains would develop one for Android Studio, but that > Google would, since that would be an extremely useful tool for app > developers. > > > On Friday, January 2

Re: Android Studio browsing of SQLite databases

2014-01-24 Thread Adam Brown
Siva, not that Jetbrains would develop one for Android Studio, but that Google would, since that would be an extremely useful tool for app developers. On Friday, January 24, 2014 5:20:50 PM UTC-8, Siva Velusamy wrote: > > Nope. There are going to be certain features that are only available > i

Re: Android Studio browsing of SQLite databases

2014-01-24 Thread Siva Velusamy
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 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 Murph

Re: Android Studio browsing of SQLite databases

2014-01-24 Thread Adam Brown
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

Re: Android Studio browsing of SQLite databases

2014-01-24 Thread Mark Murphy
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 presen

Android Studio browsing of SQLite databases

2014-01-24 Thread Adam Brown
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*). I was wondering if the