Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.mobile.android > #57609
| From | arlen michael holder <arlen_michael_holder@example.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-17 19:49 +0000 |
| Organization | Mixmin |
| Message-ID | <psprce$klc$1@news.mixmin.net> (permalink) |
| References | (16 earlier) <QpDEtgEaGG7bFwue@end.of.the.universe> <psj1r6$r3l$1@news.mixmin.net> <H90BY1OF0g7bFwMJ@end.of.the.universe> <psn5r7$2bp$1@news.mixmin.net> <weO8wjPxWD8bFwBu@end.of.the.universe> |
Cross-posted to 3 groups.
On Sat, 17 Nov 2018 15:37:21 +0000, Bill wrote: > With all this, you are racing ahead of me. Nope. It's not a race. It's just two people helping each other, and, at the same time, giving encouragement to ANYONE who wants to try to write Android apps from their desktop. > I'm now just into the > beginning of Butterfield 4, having decided to set up mySQL from scratch > on the W10 machine to keep everything away from the working databases on > the main machines. Hi Bill, This is GREAT. I gave up on even _thinking_ about setting up my own mySQL server (remember, I can't even pronounce it, let alone understand it). So I will get back to Butterfield #4 only after you've been successful (so I can stand on your shoulders). I replaced my placeholder "app07" with a Kotlin-based app for randomizing <http://www.bild.me/bild.php?file=8019905androidstudio85.jpg> Where the tutorial I used was the _best_ (bar none!) of _all_ we've seen! <https://youtu.be/EOfCEhWq8sg> Then I painstakingly converted it from Kotlin to Java, which took me multiple tries, as, well, as you know ... everything about copying Android projects on the net is either wrong or incomplete ... and then there's the kotlin stuff to add to it (e.g., MainActivity.kt --> MainActivity.java) but I wrote that all up (and posted it in this thread) to give back to Usenet for what I found on the net. <https://groups.google.com/d/msg/comp.mobile.android/aW64zYeBtF0/7scIwbp5AAAJ> > All your work listing all the files has been really helpful to me, so do > carry on if possible. Hi Bill, That's good as it's a _lot_ of effort to post the files (and all the pictures and references takes a tone of effort also). I do that extra effort to _help_ people ... so I'm glad it helped you! (It's why I come down hard on those who have only "imaginary" solutions.) > The debugging problems I've had have mainly been > stupid things like additional or missing spaces in the middle of code or > problems with the case of characters. I seem to be almost blind to > these. You are obviously more organised than I'll ever be. I'm "organized" but I made a ton of mistakes. Always remember that the DIY always is an "ideal" case. All the missed steps, the accidentally removed files, the typos, the wrong buttons, etc., are conveniently absent from the DIY. For example, this is the Kotlin-to-Java DIY I painstakingly figured out: https://groups.google.com/d/msg/comp.mobile.android/aW64zYeBtF0/7scIwbp5AAAJ It looks simple, right? It looks so easy, right? But it took multiple tries to figure out all the steps. For example, it failed before I closed and then reopened Android Studio? Why? I don't know why. But that's why I inserted the step to close & then re-open Android Studio. All tutorials are an "idealized" version of the real path! :) > The lists of videos as above are also really useful, but again, I'm > finding it hard to keep up. > > I may not keep up, but I don't usually give up. *HEADS UP BILL!* *Do NOT do the Anna Xu tutorials!* It's too bad, as she's WONDERFULLY clear about all her steps. She goes SLOWLY (perfectly slowly) in explaining things. She's fantastic. But. But but but ... dammit ... but... Anna Xu is using Android Studio 1.5.1 on Windows. Drat. We're on version 3.2.1, which is EXTREMELY different! For example, Anna Xu adds a "container" "time picker", which seems simple enough, but that _entire_ time-picker GUI doesn't exist on our version of the IDE. :( It exists _only_ in code, apparently: o https://developer.android.com/guide/topics/ui/controls/pickers So, even at the _start_ of those Anna Xu videos, nothing is even close to what we're doing. I don't know if when we're much better at this than we are now, that we can follow (probably we can), but, for now, I have to ditch those otherwise fantastic-seeming series of more than a dozen Anna Xu tutorials on creating alarm clock apps. Sigh. PS: I have to write a novel for nanowrimo, so I am splitting my time.
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