Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.mobile.android > #57027

Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour)

From Arlen_Holder <a%rle%20nh.older@no.spam.net>
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-02 03:04 +0000
Organization Mixmin
Message-ID <prger8$136$1@news.mixmin.net> (permalink)
References (2 earlier) <pracn5$el0$1@news.mixmin.net> <prae1i$gqd$1@news.mixmin.net> <XnsA98C14E689EF0HT1@3Y3w3.zZV3L2KG.TO> <prble9$utq$1@news.mixmin.net> <prer46$cg3$1@dont-email.me>

Cross-posted to 3 groups.

Show all headers | View raw


On Thu, 1 Nov 2018 12:21:22 +0000, Bill wrote:

> Here is where I'm up to.

Hi Bill,

I'm like you, in a way, in that I only put a few minutes per day to this
and that I'm on an older machine (very old) and that I don't know java.

> I moved from the Lenovo X220T machine to an older X201 - Intel i3 (1st 
> generation) and have started again.

I started again also, this time on app02 ... which is pictured below.
 <http://www.bild.me/bild.php?file=9813868app02.gif>

> Setting up Android studio seemed much quicker this time - somewhere 
> around 1.5 hours. No obvious reason why.

Good for you. I've had "issues" getting back to the main GUI where I had to
delete and re-install Android Studio a few times myself, just to get back
to the point that matched the documentation I was following. :)
o activity_main.xml ==> this is what your design looks like
o MainActivity.java ==> this is your java code 

BTW, I made _one_ change to the default settings:
 File > Settings > Editor > General > Auto Import > 
 Change from:
  [_]Add unambiguous imports on the fly 
  [_]Optimize imports on the fly (for current project)
 Change to:
  [x]Add unambiguous imports on the fly 
  [x]Optimize imports on the fly (for current project)
I'm told that will make things easier if/when problems occur.

> The Hello World app was set up quickly onto an emulated phone. All fine 
> except for a warning that there had been reports of instability of the 
> drivers for my Intel GPU when displaying the emulator. It looked OK and 
> I'm using the latest drivers.

Good for you that it works with emulation. I found lots of people on the
net asking about AMD emulation, which, if I get around to it, I'll explore.

For now, I'm running on the actual phone, which seems to work fine for me.

> Started the button and text box next stage of the app and all went well 
> until I reached the end of the "Make the text box size flexible" 
> section, where suddenly both the text box and button vanished from the 
> blueprint display. Edit->Undo didn't bring them back. I don't think this 
> is a graphics problem.

I feel for you, in that I too have had "issues" with putting buttons and
text boxes where I want them to go. Luckily, the graphical editor is
amenable to experimentation, where those 'constraints' don't seem to take
every time (for some odd reason).
 <http://www.bild.me/bild.php?file=1608334app02a.gif>

> I have now started again, but with, hopefully, all the files in a real 
> directory rather than the stupid Windows Users directories. 

Yup. I always put absolutely nothing in "Users" although there are two
"dot" directories that go in Users by default by the Android Studio IDE:
o c:\users\<you>\.android\ (I'm not sure why stuff was put here)
o c:\users\<you>\.AndroidStudio3.2\ (I'm not sure why stuff is here)

Here's where I put the stuff that Android Studio downloaded:
o Android Studio IDE: c:\app\hardware\android\studio\
o Java SDK:           c:\app\hardware\android\sdk\ 
o Projects:           c:\tmp\android\{app01,app02,app03,etc.}

In the Android Studio IDE, these seem to be the most important files:
 Android > app
 manifests = (which activity is the starter activity)
 java folder (where all java code goes)
  o package1 = official package
    * MainActivity = *** important ***
 resources
  o drawable package = application icon, pictures included
  o layout package = what the app looks like
    * activity_main.xml = *** important ***
  o values package = holds string names such as app name
    * strings.xml = *** important ***

> This might 
> make it simpler to poke around and understand where some of the files 
> are and what they do.

I agree completely that there is a _steep_ learning curve. 

Here are the critical files, as I see them, so far:
 Android > app
 manifests = (which activity is the starter activity)
 java folder (where all java code goes)
  o package1 = official package
    * MainActivity = 
  o package2 = testing package
  o package3 = testing package
 resources
  o drawable package = application icon, pictures included
  o layout package = what the app looks like
    * activity_main.xml = 
  o mipmap package = 
  o values package = holds string names such as app name
    * strings.xml = where your strings are defined

> I'm in the UK. back in the mists of time I took a Java course at 
> Liverpool University. It is now clear that I have forgotten all of it!

I am old. My last class was COBOL and Fortran _before_ 77 existed.
I took IBM assembly language and PL/1 before C existed (AFAIK).
But those were many decades ago. Obviously. I haven't coded since.
Coding isn't an issue though, as I can learn what I need to learn.

Luckily, so far, everything has been cut and paste and graphical:
 <http://www.bild.me/bild.php?file=1608334app02a.gif>

I've almost given up on that original text tutorial, simply because I was
spending ten seconds reading a sentence and then ten minutes trying to find
the button the tutorial said to press. 
 <https://developer.android.com/training/basics/firstapp/>

Instead, I looked for *better* tutorials, specifically in YouTube
o EVERY step now has a graphical point-and-click direction, and, 
o My rather smallish desktop monitor is freed up for the Android Studio IDE

Here are 8 Android Studio beginner tutorials I think "might" be good,
bearing in mind I sorted them by year, and I removed any that didn't sound
intelligible or useful in the first 30 seconds, so I've only skimmed this
bunch - hence consider it only the first cut of the tutorials on the net
that _may_ be useful.
----------------------------------------------------------------------------
a) 3. Introduction to Android Studio (AS 3.1.3) 
 by Johan Jurrius, Published on Jul 16, 2018 (mp4)
 https://youtu.be/_418iSKJuOk
----------------------------------------------------------------------------
b) How to Make an Android App for Beginners
 by Treehouse, Published on Apr 20, 2018 (mkv)
 https://youtu.be/EOfCEhWq8sg
----------------------------------------------------------------------------
c) Android App Development for Beginners (2018 Edition): 
 by Daniel Malone, Published on Dec 31, 2017 (webm, mkv, mp4)
 (Uses Kotlin)
 https://youtu.be/LN8fBh7LH9k (part 1)
 https://youtu.be/u5Gj-_ifxUo (part 2)
 https://youtu.be/axwFF4oSDi8 (part 3)
 https://youtu.be/ASzpxZ504Es (part 4)
 https://youtu.be/GR_JtJWzh4Y (part 5)
----------------------------------------------------------------------------
d) Android Studio For Beginners Part 1, 2, 3, 4 
 by Bill Butterfield, Published on Jun 13, 2017 (mp4)
 (It's a slightly older version of Android Studio.)
 (You build a basic calculator adding app.)
  https://youtu.be/dFlPARW5IX8 (part 1)
  https://youtu.be/6ow3L39Wxmg (part 2)
  https://youtu.be/rdGpT1pIJlw (part 3)
  https://youtu.be/bu5Y3uZ6LLM (part 4)
----------------------------------------------------------------------------
e) How to Make Android Apps with Android Studio and Java - Ep 1 - Start Here
 by London App Brewery, Published on Apr 20, 2017 (webm, mkv)
 https://youtu.be/agk01JKps8w (part 1)
 https://youtu.be/NSoFTHDHY40 (part 2)
 https://youtu.be/fFzpWuHGyhc (part 3)
 https://youtu.be/gSRKhxuXTw4 (part 4)
 https://youtu.be/g3jPYU9wCKg (part 5)
 https://youtu.be/G4SJFk8PdAc (part 6)
 https://youtu.be/e_Xe4sTWxTw (part 7)
 https://youtu.be/qS9rZV-Qbpk (part 8)
 https://youtu.be/8IZfYuTbCnY (part 9)
 https://youtu.be/A6YE5jadnGo (part 10)
 https://youtu.be/YeR2y3HdO1Q (part 11)
 https://youtu.be/z87fVhI4Yt0 (part 12)
 https://youtu.be/xIwFd-u6yKw (part 13)
 https://youtu.be/wHA0AnURQ_M (part 14)
 https://youtu.be/nYqxyfKOXBw (part 15)
----------------------------------------------------------------------------
f) Android Studio Tutorial - Streaming Video 
 by EDMT Dev, Published on Mar 12, 2017 (webm)
 https://youtu.be/oEgpGv2CF1U
----------------------------------------------------------------------------
g) Writing your first Android app - everything you need to know
 by Android Authority (Gary Sims), Published on Jun 30, 2015 (webm)
 https://youtu.be/mAJeK283j0I
----------------------------------------------------------------------------
h) Tutorial: Android Studio, from zero knowledge to something basic
 by Jonathan Warner, Published on Feb 2, 2015 (mkv)
 https://youtu.be/-igAiudpBng
----------------------------------------------------------------------------
Bill, 
This tutorial from the list above seems pretty good, which makes a simple
addition calculator app, which I've been following for about an hour
o d) Android Studio For Beginners Part 1, 2, 3, 4 
o by Bill Butterfield, Published on Jun 13, 2017
After about an hour of that tutorial stop and go, stop and go, stop and go,
I have this:
 <http://www.bild.me/bild.php?file=9813868app02.gif>
 <http://www.bild.me/bild.php?file=1608334app02a.gif>

Back to comp.mobile.android | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


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