-
Notifications
You must be signed in to change notification settings - Fork 573
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multi Tab problems #105
Comments
So what's the error that you're seeing? Apart from that, where did you get the code for the multi-tab feature from and what is the exact code that you're using? |
the error on code is on MyNewActivity.this i must to create it ? or what i must to do to create a new tab? |
Sorry, can't help with the implementation. There's no bug there as far as we know. That Your problems with file inputs may be related to #4, otherwise please check your implementation again. |
in this new activity how can i load the new tab there is some example ?
and im using android 6.0.1 but the file input is not working
2017-01-17 18:11 GMT-02:00 Marco <[email protected]>:
… Sorry, can't help with the implementation. There's no bug there as far as
we know.
That MyNewActivity is another Activity class that you need to create and
implement. The line that you found references that Activity so it's
marked as an error if the class does not exist. You can give it any name
you'd like.
Your problems with file inputs may be related to #4
<#4>,
otherwise please check your implementation again.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#105 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGyog2lL6C-yFSx0jAkqriYj36wOaVZnks5rTSBxgaJpZM4Lk6GL>
.
|
im having problems in google loguin function
im trying to make a new tab for google loguin but whem i user the code for multitabs it give me a error
on MyNewActivity.this
( what i nee dto do ? )
The text was updated successfully, but these errors were encountered: