Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.mobile.android > #57822
| From | Bill <billaboard@gmail.com> |
|---|---|
| Newsgroups | comp.mobile.android, alt.comp.freeware, microsoft.public.windowsxp.general |
| Subject | Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) |
| Date | 2018-11-23 20:47 +0000 |
| Organization | A noiseless patient Spider |
| Message-ID | <pt9p09$svd$1@dont-email.me> (permalink) |
| References | (17 earlier) <pt07at$mfk$1@news.mixmin.net> <pt3bu0$j35$1@dont-email.me> <pt45de$i7a$1@news.mixmin.net> <YVKGyeDkxb9bFwsy@end.of.the.universe> <pt5l1o$qlf$1@news.mixmin.net> |
Cross-posted to 3 groups.
On 22/11/2018 07:15, arlen michael holder wrote: > On Wed, 21 Nov 2018 20:13:24 +0000, Bill wrote: > > Is there value in learning the SQL stuff to set up your own server so that > your own apps can access it when you're on the road? > I think it's worth being aware of MySQL or similar for building general databases that don't become obsolete. I remember the problems I had with, in particular, early DBase4 and different generations of Access. Things I've set up in MySQL are still easily accesible now without having to jump through all sorts of weird hoops. As I say, I'm very rusty on MySQL, but can still access the databases. I'm not sure I want an Android app to access them, though. < major snippage> > > I also recently found out about JADX, which, apparently, is a "decompiler" > for Android apps, where, if you're lucky, you can get the source code out > of the app (which is as far as I understand JADX at this point, which may > be wrong so take that with a grain of salt). > <https://github.com/skylot/jadx> > <https://play.google.com/store/apps/details?id=ua.naiksoftware.jadx> > > Maybe, later, when we get better at this, we can decompile APKs to figure > out how they did things. > That looks interesting, but I think "later" is the operative word. In looking again at the Butterfield 4 app, I decided that I ought to get an understanding of how to use the inbuilt debugger in Android Studio. Looking for some examples led me to: https://codelabs.developers.google.com/codelabs/android-training-hello-world/index.html#0 which takes us back to where we started with Hello World, but adds logging. The course says a single simple line should appear in the debug logs, but I get loads of lines of info, warnings and errors, most of which is stuff I dont understand. For example, I get 2018-11-23 12:23:33.580 1296-1865/? E/SurfaceFlinger: ro.sf.lcd_density must be defined as a build property where the E means it is an error message, and maybe 1296-1865 helps decode where it comes from. The app works, so maybe Surface Flinger is not that important. I think I might try to work through the rest of that course in the hope of getting a bit more understanding. >> I think the birthday suggestion is OK as long as it didn't involve a >> database at this stage. We have quite a lot of family birthdays, and I >> usually just keep them in the Google Calendar app. > > I think there are two main reasons for KISS apps, where one is the sheer > simplicity, like how a wrench (you call them "spanners" I think) is simple. > > It does one job and it does that one job perfectly. For the vehicles and the boat, I have a huge box of spanners, all different. I can no longer lift it. The boat has a glorious collection of almost every thread known to man. I had to make my own spanners for the keel bolts in the milling machine. > <snip> >> The following is half a joke, half not: For security reasons, I'm >> beginning to think I should have a real birthday and then an online >> birthday, just like the British Royal Family have Official Birthdays as >> well as real ones. > > I like that idea! > I didn't even _know_ that the royal family has "official" birthdays. > (I only recently found out about the weighing of the princess.) > > It makes sense to have an "online" persona, that has rememberable' dates. > > Like, you make it the day of someone else's birthday that you can look up > if you forget. Say, oh, Prince Charles' birthday: > <https://www.famousbirthdays.com/people/prince-charles.html> > DOB November 14, 1948 (is that the real day or the royal birthday?) > I think _that_ will be my new DOB for my online presence! > > I love that idea! Thanks! > >> The online birthday, or birthdays, could be issued to >> sites that demand a birthday as part of the registration process. Maybe, >> if I used them, I should have a Twitter birthday, a Facebook birthday, >> and so on. > > The nice thing is that you can look up the birthday, if you forget. > Also, if you want, you can keep them in an encrypted format. > I use KeePass for passwords, but I haven't interfaced it to mobile devices > yet. My passwords are kept in a MySQL database. I'm now up to about 140 entries. If I had different birthdays for different accounts, they would probably have to be added to that database. Different birthdays would help to confuse the gatherers of big data, but I also like the idea of on online birthday that's easily looked up. > >> I'll poke around a bit as well re timers and cameras. My computer time >> tends to be in 10 to 15 minute segments between other things, so intense >> concentration on anything is a problem. > > I understand. > > I think, for tutorials, I'll seek out, in this order: > o Must be Android Studio 3.2.1 & have clear instructions sans heavy accent > o Should cover simple alarm clock apps or simple camera apps > o For me, it can't be anything over Android 7.1.0 > > I'm also going to try to downgrade the SDK from Android 8 to Android 7 for > the one YouTube app that I previously posted the source code for. > As I say, I may well downgrade to the text based tutorial course mentioned above for a time. It seems to be fairly up to date. I've been trying to stick with Android 4 as the basic development level, as I have loads of machines of that era to test on. -- Bill --- This email has been checked for viruses by AVG. https://www.avg.com
Back to comp.mobile.android | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-26 22:45 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-10-27 05:39 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-27 08:38 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-10-31 05:51 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) "BurfordTJustice" <burford/associate@uk.MI15> - 2018-10-31 07:12 -0400
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-11-01 23:44 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-10-30 00:14 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-30 19:51 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-30 20:13 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-10-31 05:51 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-31 07:26 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <billaboard@gmail.com> - 2018-11-01 12:21 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-02 03:04 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-11-01 23:44 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-02 06:29 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-11-02 08:03 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-02 22:01 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-11-03 02:00 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-04 06:56 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-04 07:50 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-11-04 08:46 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-05 17:04 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-05 18:32 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-05 20:47 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-05 23:43 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-11-04 08:46 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-06 03:20 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <billaboard@gmail.com> - 2018-11-06 16:58 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-06 21:43 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-07 16:39 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-08 10:24 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-08 17:45 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-08 19:27 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-08 20:43 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-09 11:40 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-10 10:34 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-12 10:20 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <billaboard@gmail.com> - 2018-11-12 12:37 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-12 20:27 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-12 23:55 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-14 17:55 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-15 05:56 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-15 07:02 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-16 00:19 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-16 19:29 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-17 15:37 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-17 19:49 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-18 20:14 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-19 03:36 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-19 09:43 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-19 20:43 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-20 05:50 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <billaboard@gmail.com> - 2018-11-21 10:27 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-21 17:40 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-21 17:42 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-21 20:13 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-22 07:15 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-22 07:49 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <billaboard@gmail.com> - 2018-11-23 20:47 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-29 10:05 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen holder <arlen@holder.com> - 2018-11-30 19:48 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen holder <arlen@holder.com> - 2018-11-30 21:38 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen holder <arlen@holder.com> - 2018-11-30 21:58 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen holder <arlen@holder.com> - 2018-11-30 21:59 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen holder <arlen@holder.com> - 2018-11-30 22:00 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen holder <arlen@holder.com> - 2018-11-30 22:01 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen holder <arlen@holder.com> - 2018-11-30 22:02 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen holder <arlen@arlen.com> - 2018-12-01 03:09 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen holder <arlen@arlen.com> - 2018-12-01 07:40 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen holder <arlen@arlen.com> - 2018-12-02 03:22 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen holder <arlen@holder.com> - 2018-11-30 19:22 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-12-01 16:43 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen holder <arlen@holder.com> - 2018-12-01 19:25 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-12-03 18:20 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-12-07 16:24 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-15 01:24 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-15 22:36 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-10 10:43 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-10 11:36 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-10 11:50 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-12 06:04 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-15 22:43 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-16 05:08 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-16 15:33 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-16 18:52 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-16 20:08 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-17 00:04 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-17 02:38 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-17 05:25 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-21 17:04 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-22 07:11 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-24 23:48 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-16 05:08 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-10-31 05:51 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) "BurfordTJustice" <burford/associate@uk.MI15> - 2018-10-31 07:11 -0400
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-10-31 10:54 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-02 03:33 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <billaboard@gmail.com> - 2018-11-02 19:51 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-02 20:07 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-02 23:16 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-03 00:03 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-03 01:44 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-11-03 02:00 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-03 11:56 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) "Apd" <not@all.invalid> - 2018-11-03 15:31 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-03 18:45 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-11-04 08:46 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-06 01:27 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-11-06 15:33 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-06 02:56 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-06 03:20 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-06 00:57 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-11-06 15:33 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-06 19:06 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-11-02 08:03 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-06 09:26 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-08 09:59 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-11-10 03:24 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-10 05:04 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-11-10 07:04 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-10 09:57 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-11-12 07:08 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-12 21:19 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-11-12 23:58 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-15 01:55 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) nospam <nospam@nospam.invalid> - 2018-11-12 20:25 -0500
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-11-13 13:05 +0000
Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-14 01:52 +0000
csiph-web