TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Qing Ryder
NA
202
17.3k
Button to Open New Activity from fragment
May 3 2018 9:02 AM
I am trying to Open a new Activity from a fragment with the following code
Button button = view.FindViewById<Button>(Resource.Id.button1);
button.Click += StartNewActivity;
void
StartNewActivity(
object
sender, EventArgs e)
{
Intent intent =
new
Intent(
this
.Activity,
typeof
(fragment4));
StartActivity(intent);
}
But i get the following errors
Any Idea is Ultimately Welcomed!
Reply
Answers (
7
)
In Mvc App Static File Cache Content
Search in Datagridview