Any programmers out there that can compile this source code into an installer (for windows)? I don't have enough knowledge about this to do it myself. The program looks promising and free is definately cool.
http://sourceforge.net/projects/pdfedit
nice, thanks!
been looking for something like this.
Related
Anybody got a copy of it...?
push......
Push.......
Push.......
Anybody..>?
I know I'm a little late, but I just stumbled on this app myself. I downloaded it from:
walkieapps.wordpress.com
But I'll try and attach the apk.
Looks like they gave up on the app unfortunately. In the About window, he lists an SVN location to download the source, but I've been unable to attach to it. It would be awesome if someone picked this up and brought it a little further along. I'm a C++ developer, but if I could get my hands on the source, I wouldn't mind looking through it just to see if I could add anything to it.
Anyway, enjoy!
THX!!!!!!!!!
Getting back into coding. Wondering if anyone has suggestions for a compiler for fortran, c++, java, vb and cobal. I really enjoy c++. Found a good resource for libraries (http://www.cplusplus.com/). There are just so many free compilers out there, wanted to know what y'all liked to use and why.
Thanks for looking at the thread and for any help if you give some.
From a phone
boborone said:
Getting back into coding. Wondering if anyone has suggestions for a compiler for fortran, c++, java,vb and cobal. I really enjoy c++. Found a good resource for libraries (http://www.cplusplus.com/). There are just so many free compilers out there, wanted to know what y'all liked to use and why.
Thanks for looking at the thread and for any help if you give some.
From a phone
Click to expand...
Click to collapse
Linux - gcc/++(for C++, there's something for fortran too, I think), javac(for java), I don't know about Cobal.
Windows - VS(for C++, and VB), whatever comes with Eclipse(probably javac still), and I don't know for fortran or cobal.
Just got done dling the vs iso. I'll check eclipse and javac out. Thanks man. Much appreciated.
From a phone
Hi guys, I have a quick question and I don't know how well this will go down but I thought I'd ask anyways....
Since we can decompile .apk's can we also cut and paste functions as well as pre-compiled bins?
I'm really interested in the cross compiled bins since it would be easier grabbing something that has already been done ( it sounds lazy but I'm only just beginning with Android app inventor and a couple of android books.)
again i'm really noob and don't want to offend anyone because of the hours of work that goes into development, but I feel the tool would be a great way to learn both code and structure..
cheers for any help and please understand i'm just curious
Sorry.. It isn't that easy. there are just binaries, no code.
But there are a lot of websites like http://www.anddev.org/ that have lots of code snippets and tutorials (I mean REALLY lots, tons, millions) you just have to look a little bit around... they are really good, for beginners too
But I'd recommend very basic hello world tutorials first and then a little later use the codesnippets and play around with them... understanding your code is important, otherwise you will get stuck when your code crashes and you have no idea why... and that sucks when you already have several thousand lines of code.
Trial and error and basic steps...
I'm just sayin'
nice site cheers
thanks for that, I am on my way to better understanding things now.
PS when you said just binaries you were talking about the .dex files not the actual linux bins correct?
'cause if there is a way to just yoink them it would be gr8
thnaks for the help
If you are interested in learning java and android programming head over to http://www.thenewboston.com/
This guy has some awesome tutorial videos (hundreds). I am learning from these!
There are java decompilers which can be used together with dex2jar. http://code.google.com/p/dex2jar/
To all programmers,
I am a Young fellow interested in getting into software development. However, I don't know where to begin.. There's C++, java, and python all supposedly good languages to learn (c++ being a bit harder). Which one should i choose.. then I need books, sites, any kind of help/suggestions on the chosen language.. Please enlighten me developers! You all do great work for the community and I thank you for your time and input!
if you are looking for Android
you need Android SDK + Jave eclipse those are important to develop for Android
and there is some more softwares here in the XDA
APKTOOL etc
if you wanna edit apk (XML) Hex Editor is your choise
this is what i know
I was thinking of development I am completely new so perhaps that is the best route to go?
Sent from my MB860 using XDA Premium App
yup , 1st you have to know what is AndroidSDK , visit
code.google.com
and you'll get the basics
I started with vb, then c++, python, fortran, cobal, unix, and now java. Java is what Android apps run on. But vb will give you basic skills. c++ will teach you about everything else. My $.02
Thank you all for your posts now for another question! How did you learn? It looks like ill be messing with a little of all of them though it seems I may focus more on Java. Did you learn with a particular website? Prefered books? Thanks again!
Sent from my MB860 using XDA Premium App
School and old programmers. I could not have learned it from reading a book.
I'm a rather persistent guy.. I think I could learn from a book and perhaps ask a few questions on hereshould the need arise. I have a few friends who have some knowledge as well on the subject. I think I can self teach myself I just need to know some of the sources others have used. like java for dummies if that's any good or for that matter a real book..
here
http://www.youtube.com/watch?v=Hl-zzrqQoSE&feature=youtube_gdata_player
Head first Java is a good book for beginners.
If you have no prior experience in programming, I would recommend starting with Visual Basic. The Code Project website is an excellent resource.
And if you are going to start with Visual Basic, then the MSDN website will have tutorials, code examples, etc.
guys he is going to develop for android i (Think) , why the heck he needs visual basic for ? android app only can develop by AndroidSDK and ECLIPSE(JAVA)
visual basic its for pc apps though
k0sh said:
guys he is going to develop for android i (Think) , why the heck he needs visual basic for ? android app only can develop by AndroidSDK and ECLIPSE(JAVA)
visual basic its for pc apps though
Click to expand...
Click to collapse
You start with basic cause it's just that, basic. Teaches you principle concepts. Things that you would already know if doing java. Taking a java class or reading a java book, they think you already know boolean logic. It's just a good base knowledge set to have.
thekdub said:
And if you are going to start with Visual Basic, then the MSDN website will have tutorials, code examples, etc.
Click to expand...
Click to collapse
http://msdn.microsoft.com/en-us/vbasic/ms789056
That's right, forgot about that. Tons of free stuff
so what I'm getting is I should develop on pc first visual basic is a good starter. Interesting, Now I have a few sources on all of them except C++ which though I may not mess with it immediately I may take a peek at it anyways. Glad to know I have same people that know what their talking about helping me out! my friends have limited knowledge.
..and really enjoy designing both online and off. Is there a sort of "beginners" guide to making an Icon Pack App, and maybe a whole theme?
It may be way over my head to actually do this, but I would really enjoy trying. Any help, or advice much appreciated, Denise
PS I don't have a lot to spend on anything like this, but open to hearing what I would need. I do have software for designing, but no clue on how to make an actual App.
denise1952 said:
..and really enjoy designing both online and off. Is there a sort of "beginners" guide to making an Icon Pack App, and maybe a whole theme?
It may be way over my head to actually do this, but I would really enjoy trying. Any help, or advice much appreciated, Denise
PS I don't have a lot to spend on anything like this, but open to hearing what I would need. I do have software for designing, but no clue on how to make an actual App.
Click to expand...
Click to collapse
Since you have no experience creating apps the first thing you need to do is learn some java (or kotlin which is another programming language used for writing android apps). Without knowledge of java or kotlin everything else in your post would be irrelevant.
I create apps with java and is what I recommend since it'll be easier for you to find help and code samples.
I recommend finding a free java tutorial/course online. Here is a good place to start. They have free courses in both self paced or participate in a class.
https://www.class-central.com/
Good luck
GameTheory. said:
Since you have no experience creating apps the first thing you need to do is learn some java (or kotlin which is another programming language used for writing android apps). Without knowledge of java or kotlin everything else in your post would be irrelevant.
I create apps with java and is what I recommend since it'll be easier for you to find help and code samples.
I recommend finding a free java tutorial/course online. Here is a good place to start. They have free courses in both self paced or participate in a class.
https://www.class-central.com/
Good luck
Click to expand...
Click to collapse
Thank you, I'll check it out.