Working on an Ubuntu Touch WebApp - Ubuntu Touch Q&A, Help & Troubleshooting

Nothing special. Just a WebApp for my store.
But I'm having trouble with something simple.
I'm trying to make a simple changelog using qml. The change log will be separate from the main application and called onto the already established canvas.
I know how to call the qml file I just can't make a simple read only change log in QML.
Sent from my Galaxy Nexus using XDA Premium 4 mobile app

How did you create the webapp? Using QML or the webapp packaging guide?
If you used QML, have a look at the PageStack component and push a new Page component. Inside you can have a Flickable containing a Label with your changelog code. You should even be able to use some html formatting for it. Or go with html completely.

I did use pagestack. Not what I want exactly. But now that I am getting comfortable with QML things are getting easier.
And I used webview and with JS core to display the page and adjust it to fit all screen sizes.
Sent from my Galaxy Nexus using XDA Premium 4 mobile app

Related

[Q] Can I create an android app without knowing java?

i want to whether i can create an app without knowing anything about java..i have installed the sdk but can't go any futher..do i need to know about java??
If you want to actually program yes... I believe there is an easy app creator out there, but you won't get too far with it.
I just started learning Java, picked up a book and im getting into it. Oracle has online tutorials as well as Android Developers, you can follow those to get a gasp of it. The real issue is learning the in's and out's of java to bee more creative.
Sent from my PC36100 using xda premium
Take a look at illumination software creator at radicalbreeze.com . No programming experience necessary. There are other apps like this.
Sent from my Galaxy Nexus using xda premium
Simply put yes you can. There are other language alternatives. C# (mono project) and there are a few different implementations to allow you to write javascript for apps as well. Also check out app inventor, it lets you drag and drop program. No typing involved.

Simple Calculator App Development Help

Greetings, here is a simple calculator app that I am developing in Flash Builder with Flex, which basically uses java and xml's to develop. Although I have the basic logic down as for how I would like to approach this type of APP, I would like for some one to help me structure the coding. I will upload the source directly along with screen shots to help. XDA Developers won't let me upload the coding within the actual post so I have provided them as attachments.
ryandwatts said:
Greetings, here is a simple calculator app that I am developing in Flash Builder with Flex, which basically uses java and xml's to develop. Although I have the basic logic down as for how I would like to approach this type of APP, I would like for some one to help me structure the coding. I will upload the source directly along with screen shots to help. XDA Developers won't let me upload the coding within the actual post so I have provided them as attachments.
Click to expand...
Click to collapse
If you're building a tip calculator, you might want to take a look at the source code of this example app. (It's from a book I'm reading "Android How to Program")
Edit: I just realized you're developing an app using Flash.. This post may not be of use to you. If so, just ignore this and move on.
Either way thanks. For the reply. I appreciate it
Sent from my DROID RAZR using xda app-developers app

Devople apps on android

What i need to build app and games ? Please tell me about the language which i had to learn to write a program ??
Sent from my GT-I9100G using xda app-developers app
ahmed_mokh said:
What i need to build app and games ? Please tell me about the language which i had to learn to write a program ??
Sent from my GT-I9100G using xda app-developers app
Click to expand...
Click to collapse
You will need Windows or other platform , jdk , java IDE such as eclipse , android sdk . You'll need to have a basic understanding of java and xml...
Sent from my WT19i using xda app-developers app
First off, you need the Android SDK and Eclipse.
You also need to have an experience in Java or C++ programming as well as a good experience with XML files.
Here's a link to a tutorial..
Do use the SEARCH button next time.
Thanks all for reply
Sent from my GT-I9100G using xda app-developers app
You need to know firstly - What Android is not?
Answer is:
A Java ME implementation — Android applications are written using the Java language,
but they are not run within a Java ME (Mobile Edition) VM, and Java-compiled classes and
executables will not run natively in Android.
Part of the Linux Phone Standards Forum (LiPS) or the Open Mobile Alliance (OMA) —
Android runs on an open-source Linux kernel, but, while their goals are similar, Android’s
complete software stack approach goes further than the focus of these standards-defining
organizations.
Simply an application layer (such as UIQ or S60) — Although Android does include an application
layer, “Android’’ also describes the entire software stack, encompassing the underlying
operating system, the API libraries, and the applications themselves.
A mobile phone handset — Android includes a reference design for mobile handset manufacturers,
but there is no single “Android phone.” Instead, Android has been designed to support
many alternative hardware devices.
Google’s answer to the iPhone — The iPhone is a fully proprietary hardware and software
platform released by a single company (Apple), whereas Android is an open-source
software stack produced and supported by the Open Handset Alliance (OHA) and designed
to operate on any compatible device.
anasdcool71 said:
First off, you need the Android SDK and Eclipse.
You also need to have an experience in Java or C++ programming as well as a good experience with XML files.
Here's a link to a tutorial..
Do use the SEARCH button next time.
Click to expand...
Click to collapse
What level of Java is necessary? I'm a compsci major and I've had Java for 3 semesters. I've never done anything with XML.
Any suggestions on what I should start reading/learning?
BosnianKingdom said:
What level of Java is necessary? I'm a compsci major and I've had Java for 3 semesters. I've never done anything with XML.
Any suggestions on what I should start reading/learning?
Click to expand...
Click to collapse
XML is really easy to learn.
Java, you'll only require upto those constructors, string use, and all that. And yeah, arrays too.
Sent from my GT-S5360 using xda premium
anasdcool71 said:
XML is really easy to learn.
Java, you'll only require upto those constructors, string use, and all that. And yeah, arrays too.
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
Yeah I've looked at some xml sample code, it doesn't seem to be difficult. I I don't think that it's as complex as Java. All of the things that you have listed are covered in the second semester. In the third semester we went over data structures...
#### Sent from my GN7 #### B0$N4 ####
BosnianKingdom said:
Yeah I've looked at some xml sample code, it doesn't seem to be difficult. I I don't think that it's as complex as Java. All of the things that you have listed are covered in the second semester. In the third semester we went over data structures...
#### Sent from my GN7 #### B0$N4 ####
Click to expand...
Click to collapse
Then you're good to go. For high level apps, you may require data structure too.
But the writing of the source code of an android app is a lot different from the original Java. You gotta know about certain Objects and Methods which you're gonna use in your app. Head over to API guides in developer.android.com.
Sent from my GT-S5360 using xda premium

Simple Password Dictionary file in /assets

I was poking around Settings.apk and in the assets folder I stumbled on "simple_password_dictionary.txt". I'm not entirely sure yet how this is used (or if it is used at all).
For kicks, here's the list. I've wrapped HIDE tags around it as some of the terms I suppose could be considered NSFW.
My favorite is "trustno1".
Cheers.
password,qwerty,iloveyou,iloveu,princess,abc123,passw0rd,password1,rockyou,nicole,daniel,babygirl,monkey,jessica,lovely,michael,ashley,michelle,tigger,sunshine,chocolate,anthony,angel,friends,soccer,dragon,*****,baseball,football,letmein,696969,mustang,shadow,master,jennifer,2000,jordan,superman,harley,****me,hunter,****you,trustno1,ranger,buster,thomas,robert,****,batman,test,pass,killer,hockey,george,charlie,andrew,love,asshole,6969,pepper,access,joshua,maggie,starwars,silver,william,dallas,yankees,123123,hello,amanda,orange,biteme,freedom,computer,sexy,thunder,ginger,heather,hammer,summer,corvette,taylor,****er,austin,merlin,matthew,121212,golfer,cheese,martin,chelsea,patrick,richard,diamond,yellow,bigdog,secret,asdfgh,sparky
This is the list of top unstrong passwords
Sent from my VS980 4G using XDA Premium 4 mobile app

ppt editor with save & highlight features

Hey guys! & the rare lady I need some help. I bought my 10.1 specifically for class. My instructors use ppts & I'd rather not have to print them all off. I was just using Polaris 5 and taking notes, using the highlighter function and was LOVING it!! Until it unexpectedly closed on me & didn't save any of my notes. I had the setting checked to save a backup if edits were made but I noticed a pop-up saying save edits weren't available with the document open. Not sure if it was ppt or pptx. I've tried several options in the play store & none do what I want. Any suggestions? I've tried office suite, king something, pearl something. I know that's not specific but my mind is flooded with programs I've tried & anatomy (I'm in class right now)
Hancom look at its thread in themes and apps
Sent from my SM-P600 using XDA Premium 4 mobile app
nursemm05 said:
Hey guys! & the rare lady I need some help. I bought my 10.1 specifically for class. My instructors use ppts & I'd rather not have to print them all off. I was just using Polaris 5 and taking notes, using the highlighter function and was LOVING it!! Until it unexpectedly closed on me & didn't save any of my notes. I had the setting checked to save a backup if edits were made but I noticed a pop-up saying save edits weren't available with the document open. Not sure if it was ppt or pptx. I've tried several options in the play store & none do what I want. Any suggestions? I've tried office suite, king something, pearl something. I know that's not specific but my mind is flooded with programs I've tried & anatomy (I'm in class
right now)
Click to expand...
Click to collapse
Oops, it's olive, not pearl.
If you don't need to edit ppt documents and only need to annotate, it's better to save them as pdf and use pdf annotation apps.
Check out office suite pro, its on sale in the playstore for 99 cents. I use it for ppts a lot.
Sent from my SGH-T889 using XDA Premium 4 mobile app
moabizzi said:
Check out office suite pro, its on sale in the playstore for 99 cents. I use it for ppts a lot.
Sent from my SGH-T889 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I just downloaded the trial. I can't write on the ppts and if I can't write, I can't highlight. I need to be able to highlight.
Next... I'll try the pdf option.
If you can get your lecture files in pdf format I think adobe reader or ezpdf is one of the better options. I currently use adobe reader with dropbox and its pretty amazing.
Sent from my SCH-I605 using Tapatalk
You don't have to get in pdf format, you can convert them to pdf on the fly, on tablet.
nursemm05 said:
I just downloaded the trial. I can't write on the ppts and if I can't write, I can't highlight. I need to be able to highlight.
Next... I'll try the pdf option.
Click to expand...
Click to collapse
I just did that on a ppt slide to see. U have to select insert and go to free form.
Sent from my SGH-T889 using XDA Premium 4 mobile app
If your gonna go the pdf route, check out repligo pdf reader, its the one i felt comfortable for with classes.
Sent from my SGH-T889 using XDA Premium 4 mobile app
moabizzi said:
If your gonna go the pdf route, check out repligo pdf reader, its the one i felt comfortable for with classes.
Sent from my SGH-T889 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
will it auto save changes?
LectureNotes?
nursemm05 said:
Hey guys! & the rare lady I need some help. I bought my 10.1 specifically for class. My instructors use ppts & I'd rather not have to print them all off. I was just using Polaris 5 and taking notes, using the highlighter function and was LOVING it!! Until it unexpectedly closed on me & didn't save any of my notes. I had the setting checked to save a backup if edits were made but I noticed a pop-up saying save edits weren't available with the document open. Not sure if it was ppt or pptx. I've tried several options in the play store & none do what I want. Any suggestions? I've tried office suite, king something, pearl something. I know that's not specific but my mind is flooded with programs I've tried & anatomy (I'm in class right now)
Click to expand...
Click to collapse
I am new to Android and new to Samsung Galaxy Note 10.1 2014, so I have been on an app learning curve! I settled on LectureNotes for PDFs, mainly because it allows edits on a *new* layer, meaning the original is protected (if you setup import correctly). It is highly configurable.
The only thing (I think) I haven't figured out is how to type on a new layer.
Good luck!
Carroll
[email protected] said:
I am new to Android and new to Samsung Galaxy Note 10.1 2014, so I have been on an app learning curve! I settled on LectureNotes for PDFs, mainly because it allows edits on a *new* layer, meaning the original is protected (if you setup import correctly). It is highly configurable.
The only thing (I think) I haven't figured out is how to type on a new layer.
Good luck!
Carroll
Click to expand...
Click to collapse
I will look into that! Thanks! I don't type on my notes but I need to be able to highlight and write.
nursemm05 said:
will it auto save changes?
Click to expand...
Click to collapse
Yep, ive backed out accidentally and exited the app and it saved. I shut the device off midway, and opened up the file, what i had was still there.
I use it mainly to fill out and sign pdf documents
Sent from my SGH-T889 using XDA Premium 4 mobile app
nursemm05 said:
I will look into that! Thanks! I don't type on my notes but I need to be able to highlight and write.
Click to expand...
Click to collapse
The key is "different layer". You can highlight, draw, etc. on the new layer.

Categories

Resources