Hey everyone, I am in a group in my college class and I was wondering if I could get some help with linking the menu drawer to the pages we have made. I'm not the best at Java and have spent over 9 hours trying to figure it out. It possible someone could help me out? Maybe even TeamViewer to help? Thanks!
-Brad
--note it's only linking 3 pages, activity page, link a pop-up filter.java I made, and a about page
Sent from my [device_name] using XDA-Developers Legacy app
Related
I'm sorry if this is the.wrong section :/
I'm having some trouble with this and I'm new to Android app coding and I can't figure out how to make a list item when its clicked it'll open up another list view
Could anyone help?
Sent from my ADR6300 using XDA App
I have rooted my GF's Nook Color with the last stable CM7 root, it is an internal (emmc) root.
I downloaded a few apps I know she'll want, one of which being a document editor for her book, and other documents. Most of which are in .doc and .docx format. The main app I found to be most user friendly, and most like Microsoft Word, was Kingsoft Office app. Well about halfway into reading a document, maybe 2-5 mins after opening the app, it will say the application needs to force close. I have run Fix Permissions in Rom Manager, but to no avail.
I am also having an issue setting wallpapers. I have followed several guides, and I believe my images are sized correctly. But when I long press the screen and go to set a wallpaper, I go to my gallery and select my picture and it brings me to a crop screen. No matter how I crop it, which I cant do a full crop where I can see the full image, I cant get the image to show up correctly. I've read multiple guides on how to change the wallpaper, but so far nothing is working. I do not know which launcher I am using, I guess I'm on whatever comes with the latest CM7. Id like to stick with whatever i'm using because so far It seems to have the best shortcut position and grid on the screen.
Any help and advice for these issues would be greatly appreciated. I have yet to receive help from some other posts on other sites, so I'm hoping to get some here.
Thank you in advance for your time.
I love that I have posted two threads here and not a single person has helped, yet I've been told this is the best and most active forum to get help on for these issues. What a load of crock. Searching through multiple threads with similar issues yet no solutions does not help me. I could really use some guidance here people.
Can't help with Kingsoft since I don't use it. Recommend QuickPic for setting correct wallpaper size on NC.
Sent from my NookColor using xda premium
ssholloway said:
Can't help with Kingsoft since I don't use it. Recommend QuickPic for setting correct wallpaper size on NC.
Sent from my NookColor using xda premium
Click to expand...
Click to collapse
Thankyou for helping with what you could! I appreciate it. I will check out QuickPic.
Hopefully someone can help with the Kingsoft force closing, or recommend another app. thanks again!
If you're willing to look at other word processing applications, either QuickOffice or DocumentsToGo are good but pricy.
Sent from my NookColor using xda premium
Wher is the button for auto brightness or how it is called in isntagram, you now guys the very left button on instagram is there a fix to get it back or something pleas help, and how to import google bookmarks to the stock Internet browser (I now some of you don't like the stock browser but I do) so pleas help
Sent from my GT-I9505 using Tapatalk 2
I'm making an app that uses tabs in my main activity. I want to be able to open another activity which will also use tabs. Everything I've could think of to try results in my app crashing when I open the second activity.
Is this possible to do? If so can someone help me out?
Sent from my Moto X using XDA Free mobile app
jeb192004 said:
I'm making an app that uses tabs in my main activity. I want to be able to open another activity which will also use tabs. Everything I've could think of to try results in my app crashing when I open the second activity.
Is this possible to do? If so can someone help me out?
Sent from my Moto X using XDA Free mobile app
Click to expand...
Click to collapse
Log? Activity code? Layouts? Manifest file?
Usually the most common reason this happening is because people forget to add the new activity to the AndroidManifest.xml file, if you've already done that then we need more information than you've currently given.
Sent from my HTC One using Tapatalk
It is definitely possible, can you show us where it errors out (I.e. logcat)
Well. I just discovered viewpager and I was able to get that to work how I wanted to use the tabs. Kinda wish I would've found this before asking the question. I have the horizontal scrolling working to swipe between pages. Can you guys help me get the vertical scroll view to work so I can view the rest of the text on each page?
Edit: never mind. Just got the vertical scrolling to work.
Sent from my Moto X using XDA Free mobile app
Code:
<ScrollView >
<LinearLayout> <!--or whatever layout you choose-->
</LinearLayout>
</ScrollView>
Hello, I'm in stock unrooted Android n preview 3. It appears that notifications that come from the same app, when I have left another notifications sitting there, will be overridden and disappear.
This is a big problem for me, as I use cloudmagic to track multiple tasks that pop up for me, and I let them sit there. Sometimes I'll have 10 notifications at once that I need to get to. Is there a way to override this behavior that I missing? Sorry if this is already been answered, I did do a search and was unable to come up with any results
Thank you in advance for your help.
Sent from my Nexus 6P using XDA-Developers mobile app
Bump
Sent from my Nexus 6P using XDA-Developers mobile app
Bump
Sent from my Nexus 6P using XDA-Developers mobile app
Bump
Sent from my Nexus 6P using XDA-Developers mobile app
AndroidSlave said:
Hello, I'm in stock unrooted Android n preview 3. It appears that notifications that come from the same app, when I have left another notifications sitting there, will be overridden and disappear.
This is a big problem for me, as I use cloudmagic to track multiple tasks that pop up for me, and I let them sit there. Sometimes I'll have 10 notifications at once that I need to get to. Is there a way to override this behavior that I missing? Sorry if this is already been answered, I did do a search and was unable to come up with any results
Thank you in advance for your help.
Sent from my Nexus 6P using XDA-Developers mobile app
Click to expand...
Click to collapse
I haven't tried N, so unfamiliar on how the notifications display but the best bet would be to contact the app developer and explain.
AFAIK or understand by a quick search, the behavior is controlled by the app calling the same tag/id with different notification parameters which will overwrite the previous one.
Also have you tried any of the notification managers on play? Could be an easy work around or easier to manage.
hinxnz said:
I haven't tried N, so unfamiliar on how the notifications display but the best bet would be to contact the app developer and explain.
AFAIK or understand by a quick search, the behavior is controlled by the app calling the same tag/id with different notification parameters which will overwrite the previous one.
Also have you tried any of the notification managers on play? Could be an easy work around or easier to manage.
Click to expand...
Click to collapse
I did contact the app developer and explained exactly what you said previously. They are blaming it on N. I told them they need a unique intent for each call. They didn't respond.
Can't use a third party notification manager because of special features within the cloud magic reminders
Sent from my Nexus 6P using XDA-Developers mobile app