last day (278 days later) » 

4:28 AM
welcome @curiousmind
 
@Sameer thnx
@ all how to change gridview,s spacing dynamically
 
@ChanchalShelar: welcome
dynamically ..it will take spacing accordingly .you just have to set how many image you in one row
if image size is small..spacing will increase
@curiousmind
 
Thx, Very Good Morning
 
@ChanchalShelar: yesterday you told us that you have 2 year exp in java.so can you tell me how much time i will take to switch from android to java
 
@Sameer thnx for reply what i want to do is reduce spacing between col n row for that i just changed spacing like this gridview.setHorizontalSpacing(2);
gridview.setVerticalSpacing(2); but its not working
 
4:40 AM
If u r good with OOPs concept, hardly 1-2 week(Considering u don't want to learn all Swing components and their adpters)
 
ok i want to learn strut and java beans
@ChanchalShelar
 
@Sameer +2 Weeks (max)
@Sameer What is ur experience?
 
in android 1.5 year
@ChanchalShelar
 
@Sameer Woooowwwww, gr8
 
yea nice ..i felt good that i can learn in 2 week
 
4:47 AM
@Sameer So ur are planing to start with Java. For Android docs that I referred, it was stated that we cannot/ rather should not user more of OOPs in Mobile apps.

But considering ur experience, u must be having good knowledge of OOPs.
 
yea OOPS is my programming style ..i like it and i am pretty good in it
@ChanchalShelar
 
@Sameer Gr8 :) then only things u need to look are Swing api and components (For Desktop applications).
In Android MVC model is used a lot specially with ListView etc.
 
ok..can i start it at home?
@ChanchalShelar
 
@Sameer Yes, if ur self starter u can.
You can get Swing tutorial from Java itself - http://docs.oracle.com/javase/tutorial/
With example for each Swing component
 
thanx i will start soon.my focus area is struts
@ChanchalShelar
 
4:59 AM
okkk, then u need to go for J2ee (I was provided link for J2se)
@Sameer
 
@ChanchalShelar j2EE? from where i have to start?
 
@Sameer First u need to go for Servlet, JSP
For JSP u may need to go for HTML
 
@ChanchalShelar:ok i will do.and seek help in future too from you
@mark and @AamirPathan welcome to this room
 
@Sameer Sure thing, I case I'm not online u can mail me, will give u mail id
 
@Sameer thanks
3
 
5:14 AM
you can take my mail id from my blog and communicate with me over there..
@ChanchalShelar
 
@Sameer Thx will mail u
@Sameer Sorry, got to go. Will join soon
 
ok
 
HI room
thanks for adding me to this room
 
hi
 
i am cavallo from italy
 
5:25 AM
your welcome
 
thanks
i am looking for some help with my layout could anyone help me out pls?
 
italy affected by quake yesterday..everything alright there?
tell us about your issue..if we can , we will help you
@cavallo
 
ya fine .. thanks for ur concern
i am having two textviews in a framelayout
i want to move the second textview after the first view leaving space to the first text view
but here the view moves as expected
the probelm is there is lot of space in between them as the view moves based on teh font
how to calculate the first view width and place the second view after it
 
TextView text=(TextView) findViewById(R.id.TextView01);
int width=text.getWidth();
int height=text.getHeight();
 
i want to know the string width
thats displayed
SpannableString strUserName = new SpannableString(String.format(
"%" +width+ "s", "")
.replace("", " ")
using this i am moving the second view
 
5:31 AM
Use RelativeLayout rather and put text2 below of text1
 
5:48 AM
anyone threre
??
 
 
3 hours later…
8:58 AM
this is still answered
6
Q: How to Detect Physical object in Android Augmented Reality

SameerI found many way to detect different shapes.But hard luck when i am going for physical object. As i read that to make a pattern file we should have black border around the images.If i follow this concept and generate pattern then it detect images on printout.But when i go for the physical object ...

i accepted answer but not get solution
@Maidul
@ChanchalShelar
@mark
 

  last day (278 days later) »