Apr 10 |
3:55 PM |
Mark M. |
has entered the room |
Mark M. |
turned on guest access |
Apr 10 |
4:15 PM |
Alex |
has entered the room |
Mark M. |
hello, Alex!
|
Alex |
Thought it would be filled with people
|
Alex |
Hello!
|
Mark M. |
people only show up if they have questions
|
Alex |
I see, that makes sense
|
Mark M. |
so, sometimes it's a bit busy, but usually not
|
Apr 10 |
4:20 PM |
Mark M. |
so, how can I help you today?
|
Alex |
Yea so I subscribed a couple days ago actually. I'm on adapterviews. And I'm writing a sample example from scratch as practice. But I'm getting "Cannot resolve symbol: View" warning
|
Mark M. |
View paste
sounds like you need:
import android.view.View;
in your class
|
Alex |
Haha oh!
|
Mark M. |
(I really wish this chat offered Markdown...)
|
Alex |
Suprised basecamp doesn't have that feature yet
|
Mark M. |
Basecamp might
|
Alex |
Oh is this a lightweight version?
|
Mark M. |
Campfire is the chat product, and it's just a sideline
|
Mark M. |
anyway, with the Java compiler, "cannot resolve symbol" usually points to a missing import
|
Mark M. |
in Android Studio, Alt-Enter (or the Mac equivalent) should help you add the missing import
|
Alex |
I see. And yes I use Mac over here
|
Apr 10 |
4:25 PM |
Alex |
Interesting that it didn't add it automatically when I created this new project
|
Mark M. |
many of the new-activity wizard templates do not directly reference the View class
|
Mark M. |
so, they would not need the import
|
Alex |
I see, very interesting. Wow man, you're like the mentor I've always wanted
|
Mark M. |
I try to be useful :-)
|
Alex |
It's pretty cool what you have going on. I was lucky to find you I think because a lot of resources seem to be outdated
|
Alex |
Where are you from?
|
Mark M. |
Pennsylvania
|
Alex |
Oh nice, do you currently work at a company or are you one of those first/second generation programmers that have a lot of free time
|
Mark M. |
I own and operate CommonsWare
|
Alex |
That's awesome
|
Alex |
Sorry if I sound so curious
|
Mark M. |
that's OK, though the chats usually stick to Android programming questions
|
Alex |
Or nosy, that's the right word
|
Apr 10 |
4:30 PM |
Mark M. |
FWIW, you can see several years of chat transcripts at: https://commonsware.com/office-hours/
|
Alex |
Yes, I understand. Figured since it was just us too I could get away with a few personal ones
|
Alex |
Well, thank you for your help!
|
Mark M. |
you're welcome!
|
Alex |
Can I bookmark this window?
|
Alex |
Or is there a new url generated
|
Mark M. |
the room is only open during chats
|
Alex |
Got it
|
Mark M. |
I *think* it winds up with the same URL -- you get redirected here from the URL on the Warescription site
|
Alex |
Yes, well it's no problem either way
|
Alex |
Alright, gotta run! Thanks again
|
Mark M. |
have a pleasant day!
|
Alex |
You too Mark
|
Alex |
has left the room |
Apr 10 |
5:00 PM |
Mark M. |
turned off guest access |