[android-developers] where does Android Studio put the APK file?

2015-04-27 Thread Jim Graham
Ok, I give up  All of the posts (StackOverflow, etc.) I've found that
tell me where Android Studio puts the apk file after a Build Project or
rebuild project point me to directories that don't exist on my Mac.

Where, after a successful project build in Android Studio, do I find the
unsigned apk (in this case, listViewTest.apk) to load onto my various
Android devices (cp to ~/Dropbox and side-load from each)?  This is
driving me nuts.  It does build with no errors, and says the build
was completed.  But where is the apk file it generates?  One says it's
in app/build/outputs/apk/name.apk ... but app/build/outputs/apk doesn't
even exist, which makes it a bit difficult for the apk to be there.

Thanks,
   --jim

PS:  And I thought *EclipsE* was a major PITA (ok, it is, but).

-- 
THE SCORE:  ME:  2  CANCER:  0
http://fineartamerica.com/profiles/4-james-graham.html
73 DE N5IAL (/4)  | AN EXCERCISE is a situation in which you stop what
spooky1...@gmail.com  | you're doing in order to simulate doing what you
 Running Mac OS X Lion  | were doing so you can show someone else that you
ICBM / Hurricane: | can simulate what you were doing as well as you
   30.44406N 86.59909W| were doing it before you were interrupted.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] How to remove blue cast on views

2015-04-27 Thread Diogo Henrique
Simon, check your style, and try change the main Parentor create a default 
background in your entire app.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re:[android-developers] Abridged summary of android-developers@googlegroups.com - 3 updates in 3 topics

2015-04-27 Thread vidyabalaji.ramani
Yeah guy guy hurt y wt213t4 yyuuuiiikooopplk yyuuuiiikooopplk.
Sent from my Xiaomi
On android-developers@googlegroups.com, Apr 26, 2015 11:49 AM wrote:

  

  

  

  
  android-developers@googlegroups.com

  
  
Google Groups
  
  

  

  

  
  



  
  
Today's topic summary
  
  
  
  
View all topics
  


  
  

  
  Android Studio: How to rename/move generated R.class -
  1 Update

  

  
  How to remove blue cast on views -
  1 Update

  

  
  Watch Face Sample -
  1 Update

  
  




  
  
  
  

  Android Studio: How to rename/move generated R.class

  
  

  


  
mradlmaier michael.radlma...@gmail.com: Apr 25 04:09PM -0700
  
  
  I used the word android in my package name, without knowing that Google 
Play does allow that. So, I renamed (refactored) my package name to 
something else, but in the generated packages
  
...more

  


  
  
Back to top
  


  
  
  
  

  How to remove blue cast on views

  
  

  


  
Simon Giddings mr.s.giddi...@gmail.com: Apr 25 02:12AM -0700
  
  
  In my app, I create a music score dynamically in a custom view.
This is held within a fragment, which does not have any custom background 
colour or resource applied to it.
Here is a screen shot
  
...more

  


  
  
Back to top
  


  
  
  
  

  Watch Face Sample

  
  

  


  
catafest catalinf...@gmail.com: Apr 24 11:05PM -0700
  
  
  can you use some libs but also you have to deal with a lot of problems... 
this mean you need to know very well your project , not jost some points ...

  
...more

  


  
  
Back to top
  




  
  
  
  

  
  You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page.
  To unsubscribe from this group and stop receiving emails from it send an email to android-developers+unsubscr...@googlegroups.com.

  
  
  






-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Custom listview shows rows but nothing else

2015-04-27 Thread Jim Graham
I'll put the actual question here, so it doesn't get lost in the text
and code  I'm hoping someone here can see what my (damaged) vision
is refusing to see, specifically, why I get blank rows in my custom
listview instead of the stuff that's supposed to be there.

I'm trying to do a custom listview that should look something like this:

.---.
| [/] Deposit Amount:  $ 500.00 |
| (Misc.)New balance:  $2015.44 |
`---' 

where the [/] is a checkbox, and the dollar amounts are from variables.

The problem is, with some fake test data, all I see is this:

.---.
|   |
|   |
|---|
|   |
|   |
|---|
|   |
|   |
|---|
|   |
|   |
`---' 

I've gone through my code and the tutorial code line by line at least
three or four times, and yet, I'm still missing something.  Given the
damage done to my occipital lobe during my first cancer, that's not
difficult to believe (2.5 cm tumor in my left occipital lobe (plus
two others in the front of my brain), followed by three brain surgeries,
followed by by whole-brain/max dose radiation and extremely harsh chemo
... my vision has a tendency sometimes to see what it thinks should be
there instead of what IS there.  I think that's what's happening when
I try to find what I missed or just got wrong.

I've played around with white text on black, black text on white, and
even blue text on black or white.  Nothing...just blank rows.  Just to
make sure it's not one device, I've tested this on my phone (Samsung
Galaxy Note 4 running Android 5.01), my tablet (LG G Pad 7.0 LTE running
Android 4.4.2) and on the emulator.  The only changes there is the
darkness of the borders.  Oh, I've also tried building it with Eclipse
and Android Studio (not that that should make any difference, except that
Eclipse seems to have gotten really buggy lately---so I switched to AS).

The code I have so far is a test adapted from a tutorial at
http://tinyurl.com/p7uxbcp and is as follows:

activity_main.xml
---  CUT HERE  ---
LinearLayout 
xmlns:android=http://schemas.android.com/apk/res/android;
android:orientation=vertical 
android:layout_width=fill_parent
android:layout_height=fill_parent
android:background=#FF

 ListView
android:id=@+id/listView1
android:layout_width=fill_parent
android:layout_height=fill_parent /
 
/LinearLayout

---  CUT HERE  ---


listview_header_row.xml
---  CUT HERE  ---
?xml version=1.0 encoding=utf-8?
LinearLayout 
xmlns:android=http://schemas.android.com/apk/res/android;
android:orientation=horizontal 
android:layout_width=fill_parent
android:layout_height=fill_parent 

 TextView android:id=@+id/txtHeader
android:layout_width=fill_parent
android:layout_height=fill_parent
android:gravity=center_vertical
android:layout_alignParentTop=true
android:layout_alignParentBottom=true
android:textStyle=bold
android:textSize=18dp
android:textColor=#FF
android:padding=10dp
android:text=My Credit Union
android:background=#336699 /

/LinearLayout

---  CUT HERE  ---



listview_item_row.xml
---  CUT HERE  ---
?xml version=1.0 encoding=utf-8?
LinearLayout 
xmlns:android=http://schemas.android.com/apk/res/android;
android:orientation=horizontal 
android:layout_width=fill_parent
android:layout_height=fill_parent
android:padding=10dp

CheckBox
android:id=@+id/chkAndroid
android:layout_width=4sp
android:layout_height=4sp /

  RelativeLayout
 android:layout_width=wrap_content
 android:layout_height=wrap_content

TextView android:id=@+id/DescriptionTV
   android:layout_width=fill_parent
   android:layout_height=fill_parent
   android:layout_alignParentTop=true
   android:layout_alignParentLeft=true
   android:textStyle=bold
   android:textSize=14dp
   android:background=#00
   android:textColor=#FF /
   
TextView android:id=@+id/AmountTV
   

[android-developers] Re: How to remove blue cast on views

2015-04-27 Thread Simon Giddings
Can you give any guidance, help, as to how to achieve this ?

On Monday, 27 April 2015 09:12:51 UTC+2, Diogo Henrique wrote:

 Simon, check your style, and try change the main Parentor create a 
 default background in your entire app.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: Custom listview shows rows but nothing else

2015-04-27 Thread Jim Graham
On Mon, Apr 27, 2015 at 09:50:59AM -0700, Vinay Yam wrote:
 
 write this code in getview of adapter 
  
 
 holder.DescriptionTV.setText(detail.description )
 holder.AmountTV .setText(detail.date)
 holder.DateTV .setText(detail.balance)
 holder.BalanceTV .setText(detail.amount)

With a couple of minor mods (balance and amount are double, not string),
it built.  Now if I could only find where Android Studio puts the apk
file.  I even did (from the top-level directory) an ls **/*.apk and
it didn't find it.  Maybe it's reading my mind and putting it in
~/Dropbox ???   It's building with no errors, but also not building
the apk (or it is, but it's not putting it under the project directory).

Thanks,
   --jim

-- 
THE SCORE:  ME:  2  CANCER:  0
http://fineartamerica.com/profiles/4-james-graham.html
73 DE N5IAL (/4)MiSTie #49997   Running Mac OS X Lion 
spooky1...@gmail.com ICBM/Hurricane: 30.44406N 86.59909W

The UNIX Guru's View of Sex:
# unzip ; strip ; touch ; finger ; mount ; fsck ; more ; yes ; umount ; sleep  

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.