Office Hours — Today, April 10

Yesterday, April 9

Apr 10
3:55 PM
Mark M.
has entered the room
Mark M.
turned on guest access
4:15 PM
Alex
has entered the room
Mark M.
hello, Alex!
Alex
Thought it would be filled with people
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
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
anyway, with the Java compiler, "cannot resolve symbol" usually points to a missing import
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
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
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
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
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
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
Well, thank you for your help!
Mark M.
you're welcome!
Alex
Can I bookmark this window?
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
Alright, gotta run! Thanks again
Mark M.
have a pleasant day!
Alex
You too Mark
Alex
has left the room
5:00 PM
Mark M.
turned off guest access

Yesterday, April 9

 

Office Hours

People in this transcript

  • Alex
  • Mark Murphy