[android-developers] Create and tabbed Activity to DrawerMenu

2016-06-27 Thread Rajdeep Roy
Hello Everyone, 
I just want to create the Layout for a tabbed activity and link it to my 
Navigation Drawer. 
What is the best way to do it ?Also what are the manipulations to be done 
in the Mainacttivity.java class ?
Looking forward to some tips. 
Regards

-- 
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.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/958e59c0-a613-43b1-bfdb-24b9131c422e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Android app not launching

2016-06-21 Thread Rajdeep Roy
Hello, 
Everyone. I am new to Android Programming and developing a chat app. 
I am unable to run the app on the emulator. I tried Genymotion as well but 
the result is the same nothing happens just the screen flashed out and does 
nothing.
Is there any kind of settings on the Build app page or something like that 
which is to be creating the prob?
Let me know if you need anything. 
Regards

-- 
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.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/c5ac079e-12a9-47b8-af9a-69ed6c35b8de%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Unexpected Cast To Button

2016-06-16 Thread Rajdeep Roy
Done ! but no R file and no errors are showing up as well !!

On Thursday, June 16, 2016 at 5:03:40 PM UTC+5:30, sardar khan wrote:
>
> Rebuild the Project 
>
> On Thu, Jun 16, 2016 at 4:15 PM, Rajdeep Roy <rajdee...@gmail.com 
> > wrote:
>
>> Hi, 
>> I put off the code with Imageview and the Button code is intact and it 
>> does not error now BUT the R file is missing now from the java folder
>> What to do with that?
>>
>> On Thursday, June 16, 2016 at 4:31:34 PM UTC+5:30, Rajdeep Roy wrote:
>>>
>>> @Sardar - Do u mean check out the "MainActivity.xml" ?? 
>>>
>>> On Thursday, June 16, 2016 at 4:28:58 PM UTC+5:30, sardar khan wrote:
>>>>
>>>> it shows that the in xml layout the id refer to ImageView kindly check 
>>>> the layout 
>>>>
>>>> On Thu, Jun 16, 2016 at 3:45 PM, Rajdeep Roy <rajdee...@gmail.com> 
>>>> wrote:
>>>>
>>>>> Hello Everyone, 
>>>>> I am new to Android Programming and I am stuck at a point where it 
>>>>> shows up "Unexpected Cast to the Button" 
>>>>> I am attaching screenshot of my existing codes, kindly have a look at 
>>>>> it. 
>>>>> If required I can provide the sample codes as well. 
>>>>> I look forward with some positive responses. 
>>>>> Thanks & Regards
>>>>>
>>>>> -- 
>>>>>
>>>>>
>>>> -- 
>> 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 .
>> To post to this group, send email to android-d...@googlegroups.com 
>> .
>> Visit this group at https://groups.google.com/group/android-developers.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/android-developers/0470d742-f7e3-478b-8c2b-194de325bab2%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/android-developers/0470d742-f7e3-478b-8c2b-194de325bab2%40googlegroups.com?utm_medium=email_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
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.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/061dff39-8ad4-4291-b969-a7f9e0af1307%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Unexpected Cast To Button

2016-06-16 Thread Rajdeep Roy
Hi, 
I put off the code with Imageview and the Button code is intact and it does 
not error now BUT the R file is missing now from the java folder
What to do with that?

On Thursday, June 16, 2016 at 4:31:34 PM UTC+5:30, Rajdeep Roy wrote:
>
> @Sardar - Do u mean check out the "MainActivity.xml" ?? 
>
> On Thursday, June 16, 2016 at 4:28:58 PM UTC+5:30, sardar khan wrote:
>>
>> it shows that the in xml layout the id refer to ImageView kindly check 
>> the layout 
>>
>> On Thu, Jun 16, 2016 at 3:45 PM, Rajdeep Roy <rajdee...@gmail.com> wrote:
>>
>>> Hello Everyone, 
>>> I am new to Android Programming and I am stuck at a point where it shows 
>>> up "Unexpected Cast to the Button" 
>>> I am attaching screenshot of my existing codes, kindly have a look at 
>>> it. 
>>> If required I can provide the sample codes as well. 
>>> I look forward with some positive responses. 
>>> Thanks & Regards
>>>
>>> -- 
>>>
>>>
>>

-- 
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.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/0470d742-f7e3-478b-8c2b-194de325bab2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Unexpected Cast To Button

2016-06-16 Thread Rajdeep Roy
@Sardar - Do u mean check out the "MainActivity.xml" ?? 

On Thursday, June 16, 2016 at 4:28:58 PM UTC+5:30, sardar khan wrote:
>
> it shows that the in xml layout the id refer to ImageView kindly check the 
> layout 
>
> On Thu, Jun 16, 2016 at 3:45 PM, Rajdeep Roy <rajdee...@gmail.com 
> > wrote:
>
>> Hello Everyone, 
>> I am new to Android Programming and I am stuck at a point where it shows 
>> up "Unexpected Cast to the Button" 
>> I am attaching screenshot of my existing codes, kindly have a look at it. 
>> If required I can provide the sample codes as well. 
>> I look forward with some positive responses. 
>> Thanks & Regards
>>
>> -- 
>>
>>
>

-- 
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.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/7ea3bfa0-e66a-4a3b-a7cb-3095943ee219%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Unexpected Cast To Button

2016-06-16 Thread Rajdeep Roy
Hello Everyone, 
I am new to Android Programming and I am stuck at a point where it shows up 
"Unexpected Cast to the Button" 
I am attaching screenshot of my existing codes, kindly have a look at it. 
If required I can provide the sample codes as well. 
I look forward with some positive responses. 
Thanks & Regards

-- 
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.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/4e76ce16-6ea3-4041-b34c-e368896b83cd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.