[Q] Mod an APK - General Questions and Answers

Here is what I want to do. I would like to mod the Netflix app to also have a Facebook login just like the web version. It sounds simple but I am sure it is much harder than I think it is. I tried myself but my knowledge is not sufficient to do so. Any help would be appreciated. When you login the regular way you don't see any friends recommendations and well I think it is something Netflix should consider doing. Any ideas?

It depends what the mobile client uses for authentication, if it's the same as the website then you can try adding it by decompiling the app and creating your own version of it. However it would be a bit of a challenge.
Before you start anything, just send them an email about it as well asking for it to be a feature.

ticktockonthedot said:
It depends what the mobile client uses for authentication, if it's the same as the website then you can try adding it by decompiling the app and creating your own version of it. However it would be a bit of a challenge.
Before you start anything, just send them an email about it as well asking for it to be a feature.
Click to expand...
Click to collapse
I have decompiled the app but like I said Java is not my thing. If someone wants to take a look at it I will post it here. Looks like I got in way over my head on this one.

Watch the warez talk please. Thread cleaned of a couple posts concerning an app that hacks paid apps.
Thanks,
Darth
Forum Moderator

Related

Non-market .apk file database proposal

Hello everyone. I've a sort of proposal for the developers here, but before I get into that let me first briefly introduce myself:
I'm a communication designer for print, user interface, and illustration that completely advocates everything Android. I've been lurking the Dream development forums here for quite some time, trying to keep up-to-date with the latest ROMs, apps, etc., etc and I fully appreciate everything that goes on here and the endeavors that you devs put yourself through. Amazing stuff, really.
One thing I've noticed is that there are a slew of third-party / beta apps all over these boards, and other places on the internet as well. More often than not, I find myself scouring the cloud just to find a link for these non-market apps, and I usually get referred to them via some obscure site through another site. Despite getting the .apk file or ROM in the end, the process can get to be a bit tedious; especially for incoming users and those new to the Android platform.
My proposal is this: A website with a simple and clean user interface that has direct and succinct navigation with the purpose of consolidating and listing third-party / beta non-market applications into an easy access database. This website database would link these applications and have them be easily downloaded and installed via the Android browser, without having to mount the device.
I've actually come up with a fully-functional concept site, did the branding and everything for it, and also registered a short domain name for quick access while on your G1 or whatever Android device.
Navigate to: http://anda.pk to see what I had in mind, and how the overall layout/concept of the site would work.
I uploaded several .apk files I had backed up as examples for you to see how the database section would function. I also took into account the resolution of most Android phones and made the .apk application database section fit perfectly in the Android browser when in portrait mode right when you the load the site to ensure the best possible user experience when installing these third party apps. When you scroll to the right, you'll see info on what the site is about, and in the footer there are links to the FAQ, the about section, contact, etc.
I had also noted in the about link in the footer that the applications hosted on the download section are in no way accredited to the site, and that credit goes to their rightful developers. My being a communication designer has had the idea of peer collaboration engrained, and as such I give credit it where credit is due.
That said, I hope you guys here and the developers collaborate with me on on this site, possibly help contribute apks, and agree to them being hosted. If anything, I do hope you just embrace the concept, which originally was just going to be a reference for myself and my friends whom I've turned away from the iPhone, S60, and WinMo in favor of Android. I figured since I know the Android community is only going to get bigger, this website concept of mine could be a decent resource to have bookmarked.
Appreciate you reading this wall of text! Do hope to hear some feedback, so let me know what you guys think. Thanks!
Cheers.
I think this is a fabulous idea...automated version control would go over very well -- i.e. yum update
you should post up bits that you need help with and have folks contact you.
also..I love the logo!
question: do you propose a rating system or a review prior to listing type of approach or something new to keep this resource trustworthy?
Been following this on SA and twitter and it's a great idea.
Having the devs here on board would be a fantastic way to get something solid on the go. It's the kind of thing that can really help android become more hackable and useable for the average user...and it just make things easier for the rest of us.
Sounds good to me.
thelilliandivide said:
the applications hosted on the download section are in no way accredited to the site
Click to expand...
Click to collapse
Credit and accreditation are different things. To be accredited is to be given credentials or official approval. I think you meant "credited".
Sounds like a GREAT idea.
My opinion: The color scheme hurts. Love the logo.
i like the logo and the idea. I think the site should be more mobile friendly, or even better, an application for android that can work like the official market. I could help with that part if an application is going to be built.
camalot said:
i like the logo and the idea. I think the site should be more mobile friendly, or even better, an application for android that can work like the official market. I could help with that part if an application is going to be built.
Click to expand...
Click to collapse
i second that.. it should also have update checks if possible
I was going to complain that I didn't like your site layout, but in portrait mode you only see the left side which lists the apps. I like it.
One thing you might have to be leary of is dealing with apps that are considered warez unless your going to spend the time to verify every app that is uploaded or there has to a method in place.
As well there should be some kind of version control in place. You know what works on 1.1 and what works on 1.5. Obviously almost everybody within the next few weeks/months should be on 1.5, but will all the older apps run on 1.5 or does it really matter or does anybody care? The downloader will care.
CBowley said:
Sounds like a GREAT idea.
My opinion: The color scheme hurts. Love the logo.
Click to expand...
Click to collapse
Seconded. The text is much too light. A darker charcoal shade would be much better.
If the site gets an apk wrapper (a la FBook) version checking would be rather easy. Set up the directory tree something like this /downloads/WiFiTether/1.2.3.apk and just have the apk compare filenames. If the file names don't match, it needs to install the update.
EDIT: Now following your progress on twitter.
Some solid input. I'll play around with the color scheme and make some changes later this evening once I get back from class. And I actually do plan on making a mobile wrapper eventually, but as it stands as far as the concept layout goes, the site is best used when in portrait mode for easiest functionality. The rest of the site is to be considered supplemental. I do however, have a lot of things I eventually want to integrate; application tags, search, possibility of user uploaded apk files, etc. But for right now, I'm trying to keep the general site as simple as possible to make the workload on my end less stressful (graduating in 2 weeks).
bahnburner said:
If the site gets an apk wrapper (a la FBook) version checking would be rather easy. Set up the directory tree something like this /downloads/WiFiTether/1.2.3.apk and just have the apk compare filenames. If the file names don't match, it needs to install the update.
EDIT: Now following your progress on twitter.
Click to expand...
Click to collapse
Did not know how that version checker worked. Thanks. I'll re-work the apk directory scheme akin to that later tonight for when I do eventually get the wrapper up.
thelilliandivide said:
Did not know how that version checker worked. Thanks. I'll re-work the apk directory scheme akin to that later tonight for when I do eventually get the wrapper up.
Click to expand...
Click to collapse
That's not necessarily how most version checks work, but that's the simplest method I could think of, and probably one of the easiest to implement.
alapapa said:
I think this is a fabulous idea...automated version control would go over very well -- i.e. yum update
you should post up bits that you need help with and have folks contact you.
also..I love the logo!
question: do you propose a rating system or a review prior to listing type of approach or something new to keep this resource trustworthy?
Click to expand...
Click to collapse
Thanks! And I feel I might need some help in the future as far as implementing the features that I want to get working. But I'm not quite sure I understand your question. Are you referring to how I choose which applications get posted onto the site?
i'm a graphic designer and web designer, i'll throw in a helping hand if you want, pm me or whatever.
(think about an android based layout to bring it to the phone like Cough*cydia*cough
very cool and much needed
Xda-dev is great, but there is alot of stuff thats not on the market and they have shown to bow down to the tmobs pressure(ie: tether app) so another place to get apps would be great, and your weppage is beautiful and looks like it would be very finger friendly on the g1, but there is a basic model in linux of repositories(which is about what ur doing) and a simple app to d/l them maybe somebody could just make a market.apk with a modded addy, depending on how much is known about the market and its inner workings... it would be nice to do it as it has been always done....but as I stated above your webdesign is very nice and would work well in the native browser(im heading there now on my g1)
bhang
not a bad idea. I think this is great for all verified apps that are pulled from market...
I really like this idea. Go for it.
Just one (stupid) remark about the logo... it's like it has a big nose and a :-| expression... sorry
apetit said:
I really like this idea. Go for it.
Just one (stupid) remark about the logo... it's like it has a big nose and a :-| expression... sorry
Click to expand...
Click to collapse
Haha, I just noticed that actually. Now it's all I see. But yeah, I'm hoping to have a few more apps to upload by the end of next week. Revisions to the site are imminent once I get out of this last class.
I love the idea. One bookmark to check up on all the good non-market apps will be much easier than having several bookmarked threads.
Some applications may benefit from having tags such as [beta], [stable], [experimental], [contains-ads], etc.
As others have mentioned once/if user uploads are implemented an app approval system will be crucial to keep the spam at bay. I can see this really taking off.
im a supporter
zgmf-x322a said:
im a supporter
Click to expand...
Click to collapse
+1 this sounds like a great idea, there was something like this for apps for the dash,mda & sda.

New standard of xda-file uploading/downloading ~ READ

THIS WOULD BE A FREE SERVICE, OFFERED TO ALL XDA-MEMBERS
alright, while sitting in the xda IRC somebody complained about everyone using rapidsahre links, them dying, and the need for a new XDA posting service.
this coupled with the completely empty XDA ftp, we got to talking. Chainfire suggested using usenet for the roms/files/whatever. he said he attempted to get it more widely used years ago, but nobody really cared.
now, my thought is i setup a webUI frontend for the xda usenet group, and make it alot like the current xda-ftp stucture is. simple uploading, simple downloading. no real knowedlge of usenet needed to do it, and the files would be good for at least a year on the servers.
maybe even write a FTP frontend for the group.
what are your guy's thoughts on this. no download limits, no YOU HAVE TO WAIT 9HOURS TO DOWNLOAD ANOTHER ROM, no YOURE ALREADY DOWNLOADING A FILE LOLWAIT, no random deletions of files, uncensored content uploading(you can figure what that means), and super-fast downloading of ROMs, with a que.
we need your thoughts on this project.
edit:
usenet is a pay service, however the concept of this is to provide a free frontend for the usenet posts to the xda community. IT WILL BE FREE.
IT WILL BE FREE
I'm pdbogen, and I approve of this message.
/me is in favor and would love to help make this happen somehow.
posting in an epic thread
i believe this is a genius plan. I SHALL HELP MAKE IT HAPPEN!
I'm all for faster file transfers and less "LOL YOU BETTER WAIT BECAUSE YOU'RE A NOOB" messages.
Who would be supplying the servers? And how much would it cost to set up?
between me and turbzy, we have enough resources/servers to handle a good 3 mirrors of the setup, so we're good on the money/servers.
we just have to write the webinterface and get people to use it.
if you and the freenode crew whip up something good and badass, i will aggressively promote it on my heavily-trafficked websites
(bumping thread)
very nice idea indeed, just what xda was missing =]
This sounds awesome, I say go for it!
me and turbzy will start work on this as soon as we get a few uploaders/chefs willing to use the new system in place of rapidshare.
it's toomuch work to just write and then have wasted because nobody uses it.
the idea is, we're going to maybe write a built in FTP server. so as far as uploading is concerned to upload a file you'll
a) go to the site, and be presented with a upload form. just select the zip/rar and press upload. it'll upload to the multiple backend servers, and give you a direct link. OR possible upload it to a few other options, im thinking maybe add a rapidshare+mediafire+multiple FTP mirrors.
or b) connect to our custom FTP server and upload the file that way. after the file is completed, it will upload it to the other servers and give you the direct url. i'll make a more simplistic description later.
all in all, everyone i've talked ot about the idea thinks its genius. help us get people on board=
oh also, i'm thinking there may be a registration system needed for uploading. it's unfortunate we couldnt just sync it with the XDA login system, but it'll be needed to post verified files. it'd be better for file organization and whatnot.
then again, we may be able to sync with the XDA userdatabase if it gets big enough.
cerjam said:
oh also, i'm thinking there may be a registration system needed for uploading. it's unfortunate we couldnt just sync it with the XDA login system, but it'll be needed to post verified files. it'd be better for file organization and whatnot.
then again, we may be able to sync with the XDA userdatabase if it gets big enough.
Click to expand...
Click to collapse
I doubt Flar and company would let you touch the user database. However, maybe they could host the front-end on their servers? For example: fileshare.xda-developers.com
That would then interact with all your middleman servers, etc etc.
So the XDA server would just be the front-end, but it would redirect the file to your servers... is this possible?
Or even better, have XDA auth the user (via login to the forums) and then have it redirect to your server with some fun authing stuff. Then you guys don't need the database, but it would still be secure.
yaaaap. that was my idea, just attempt login. much simpler and lord knows precious xda administration wouldnt dare have their hands on a project meant to..actually maintain the files produced by the community!
they won't help us. even if they offered, i think running them seperate from this site is better and safer.
bump because i actually care about the project.
just a thought and i didnt see it covered
how will the virus scanning be implemnted. will you put a system in place at you end so its get scanned after uploadthen accepted or will you be asking the uploaders to scan them.
just a note because im pretty sure the current FTP scans files and lets you know whether the threaten. but if you leave it multiple uploaders then maybe well get ton of viruses littering the database
i am unsure as to how to handle that. thats why im thinking a user database would be useful, somehow mark the legit uploads with a key of some sort. i'll think about that, but im sure we can handle that.
from what ive seen clamav is pretty easy to tack on to whatever system youre using
edit: as for user database integration, all we'd need xda to do is toss a small api on their server that lets us verify accounts and return a userid that we can associate posts with. we wouldn't need actual access to the database
all im saying is yes you can verify the user who uploads the stuff
but we can verify the stuff
there was a problem a while back with ppl adding cracked apps to the ftp and viruses aswell
i don't think we care about cracked apps. thats somewhat the point.
cerjam said:
i don't think we care about cracked apps. thats somewhat the point.
Click to expand...
Click to collapse
well I think you should. This isn't a warez site, nor should it be affiliated to anything to do with it.
It sounds more to me like you're trying to set up a new warez service based on the good name of xda-devs!

[Req] Dummy App

Hello everybody, I'm fairly new (ghoster mostly) to this forum and yet I'm already making a request.
I've got a Dreamspark account with Microsoft since I'm a student right now, but I have no background in any type of coding. I'm registered with App Hub as a student developer, but I need an app to submit to them to get verified. Any crappy app works, but I just don't know the first thing about creating apps. After I get verified, I can get Mango beta from them legitimately rather than going through the side steps as some of you've posted here.
If anybody could make me a quick, easy app, I'd really appreciate it. I won't publish it or anything of course.
Thanks!
Why not look at the tutorial videos over here? -
http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners
Within a video or two, you'll know how to build a "Hello World" application that you can submit to get your account validated.
Thanks for that, that was kinda interesting actually although minuscule. Thanks for the link!

[Q] App building software no coding

Hi,
Looking for software to develop an app (preferably offline) which will help someone with no coding experience. I am proficient with photoshop & after effects but I don't know any coding.
I am sure at some point I'll require a pro to write some custom script for me but I want to get as far into the project on my own as possible.
I don't want to be bound by some websites hosting terms, with monthly fees and all this other stuff. Preferably, I'd build my app offline and go from there...I don't honestly trust these websites with little app builders then your app is stuck on their site and you're forced to use their hosting and things like that....if it's my app, it's my app!!! I shouldn't be bound to some website or whatever.
So, preferably offline app builder which someone with no coding experience can use?
carlitobriganteffs said:
Hi,
Looking for software to develop an app (preferably offline) which will help someone with no coding experience. I am proficient with photoshop & after effects but I don't know any coding.
I am sure at some point I'll require a pro to write some custom script for me but I want to get as far into the project on my own as possible.
I don't want to be bound by some websites hosting terms, with monthly fees and all this other stuff. Preferably, I'd build my app offline and go from there...I don't honestly trust these websites with little app builders then your app is stuck on their site and you're forced to use their hosting and things like that....if it's my app, it's my app!!! I shouldn't be bound to some website or whatever.
So, preferably offline app builder which someone with no coding experience can use?
Click to expand...
Click to collapse
http://www.appsgeyser.com/
Simple search would've showed this. The search button is very powerful and so is google.
What kind of application would you like to create? I could help you build or get you the tools for your app and teach you how to code.
Sent from ALCATEL One Touch Fierce
TagEHeuer said:
Simple search would've showed this. The search button is very powerful and so is google.
Click to expand...
Click to collapse
I promise you I've searched extensively and yet to find what I'm looking for. AppsGeyser lifts content from the net and turns it into an app...it remains on the appsgeyser site so doesn't really fit with what I'm looking for...I just want simple app creation software without having to learn code because what I'm looking to do isn't super-unique, it's just for an add-on to my existing business.
Has anyone ever used Wix for website creation for example?? Fantastic user interface, couldn't be simpler yet the possibilities are pretty much endless especially since you can add custom coding if you wish but I've built a few sites with Wix, all function great, all look fantastic...just a shame they don't have the same service for app creation.
Scripts said:
What kind of application would you like to create? I could help you build or get you the tools for your app and teach you how to code.
Sent from ALCATEL One Touch Fierce
Click to expand...
Click to collapse
It's pretty much just a local directory type app mate....that's why I mentioned above that I am really not trying to do anything unique so I'd imagine there's some nice editing software out there somewhere I could utilise and have my app designed and created pretty quick....like the above example of the Wix website,...you could have a fantastic looking website up and running in a couple of hours.
Anything guys?
Still looking for nice easy app production software.
Buy the Java reference book. Helped me a lot when k was starting out. Its some 1400 pages.
Books helped me the most especially with SQL. Consult me any time if you can't find your answer on Google cause frequently ur gonna be typing code bit have no idea what it does and how it works.
Also use Eclipse. Its like ms word for programmers with auto correct and hints and things that are very useful
Sent from my HTC first using xda app-developers app
---------- Post added at 07:53 PM ---------- Previous post was at 07:51 PM ----------
russian392 said:
Buy the Java reference book. Helped me a lot when k was starting out. Its some 1400 pages.
Books helped me the most especially with SQL. Consult me any time if you can't find your answer on Google cause frequently ur gonna be typing code bit have no idea what it does and how it works.
Also use Eclipse. Its like ms word for programmers with auto correct and hints and things that are very useful
Sent from my HTC first using xda app-developers app
Click to expand...
Click to collapse
Just pm me and ill tell you everything u need to know
Sent from my HTC first using xda app-developers app
russian392 said:
Buy the Java reference book. Helped me a lot when k was starting out. Its some 1400 pages.
Books helped me the most especially with SQL. Consult me any time if you can't find your answer on Google cause frequently ur gonna be typing code bit have no idea what it does and how it works.
Also use Eclipse. Its like ms word for programmers with auto correct and hints and things that are very useful
Sent from my HTC first using xda app-developers app
---------- Post added at 07:53 PM ---------- Previous post was at 07:51 PM ----------
Just pm me and ill tell you everything u need to know
Sent from my HTC first using xda app-developers app
Click to expand...
Click to collapse
Just sounds like thats way more advanced than I'm looking for dude.
I want build an app to ad onto my local directory business and it really isn't doing anything advanced or unique...it's the content that separates it's from other apps, not it's functionality....an app containing a load of menus with click through links (are these called hyperlinks?) to that section of the directory then linked again to open specific entries within that section of the directory....
Surely, there's a nice easy, almost drag and drop, design software out there I can use?
I'm really put off by these app builders I see that are $50 per month or whatever but if I have to go that way, ok. Thoughts? (Appreciate everyone's input and I know it can be frustrating talking to newbies that really don't have a clue so appreciate the input and patience folks!)
carlitobriganteffs said:
Just sounds like thats way more advanced than I'm looking for dude.
I want build an app to ad onto my local directory business and it really isn't doing anything advanced or unique...it's the content that separates it's from other apps, not it's functionality....an app containing a load of menus with click through links (are these called hyperlinks?) to that section of the directory then linked again to open specific entries within that section of the directory....
Surely, there's a nice easy, almost drag and drop, design software out there I can use?
I'm really put off by these app builders I see that are $50 per month or whatever but if I have to go that way, ok. Thoughts? (Appreciate everyone's input and I know it can be frustrating talking to newbies that really don't have a clue so appreciate the input and patience folks!)
Click to expand...
Click to collapse
U want a app=u code. No code=No app
Smack that thanks button if I helped!
Note 2 LTE powered by Illusion ROM and Plasma Kernel.
Sent from dat small country called Singapore.
Irwenzhao said:
U want a app=u code. No code=No app
Smack that thanks button if I helped!
Note 2 LTE powered by Illusion ROM and Plasma Kernel.
Sent from dat small country called Singapore.
Click to expand...
Click to collapse
I know enough to know that's simply not true...the reason for the post is that there's loads of drag and drop simple app builders out there that require no coding whatsoever....the point in the question is what is the best one and also the embedded question of why are there monthly charges that have such a huge range?
So, no...no code does not = no app.
carlitobriganteffs said:
Just sounds like thats way more advanced than I'm looking for dude.
I want build an app to ad onto my local directory business and it really isn't doing anything advanced or unique...it's the content that separates it's from other apps, not it's functionality....an app containing a load of menus with click through links (are these called hyperlinks?) to that section of the directory then linked again to open specific entries within that section of the directory....
Surely, there's a nice easy, almost drag and drop, design software out there I can use?
I'm really put off by these app builders I see that are $50 per month or whatever but if I have to go that way, ok. Thoughts? (Appreciate everyone's input and I know it can be frustrating talking to newbies that really don't have a clue so appreciate the input and patience folks!)
Click to expand...
Click to collapse
Eclipse allows drag and drop bit you're dreaming man. There is no way you can make anything work on android when making an app without knowing some basics of code.
So get that book I told you about, get eclipse, and get the book "hello android" which helped me start out.
Android apps are way more complicated than they seem bro
Monthly charges is because to make app building software is so damn hard. Trust me. Try your hand at old school app development. You will learn to appreciate app makers cause no joke its hard as hell
Sent from my HTC first using XDA Premium 4 mobile app
carlitobriganteffs said:
Hi,
Looking for software to develop an app (preferably offline) which will help someone with no coding experience. I am proficient with photoshop & after effects but I don't know any coding.
I am sure at some point I'll require a pro to write some custom script for me but I want to get as far into the project on my own as possible.
I don't want to be bound by some websites hosting terms, with monthly fees and all this other stuff. Preferably, I'd build my app offline and go from there...I don't honestly trust these websites with little app builders then your app is stuck on their site and you're forced to use their hosting and things like that....if it's my app, it's my app!!! I shouldn't be bound to some website or whatever.
So, preferably offline app builder which someone with no coding experience can use?
Click to expand...
Click to collapse
But question is that why any company offer you free tool that helps you to create app without coding knowledge. So only two option is here May be company offer paid tool for that and i think so no as such paid tool available in the market.
2nd option is company offer you online tool where you can create app without the knowledge of tool, in return companies want you to buy their subscription etc... to use that code.
I used some tools for testing person and some of them give you .apk and .ipa file to test your app on device but do not give you source code of app. You can read more about 4 best app building softwares, but as i mentioned that they do not give you source code.
I hope so above mentioned information helps you.
Please don't forget to thumb up button if it is helpful. Thanks
Not long ago, people / businesses in the UK would have to pay at least £12,000 for the development of a simple website, without administration / hosting / commerce functions, etc.
Now, you can produce professional websites yourself with a little cost and effort. Downloading free templates, Adobe Muse, WebPlus X8, etc.
Adobe have now launched DPS (Digital Publishing Solutions) which will eventually become a standalone, offline solution for people that want the ability to create apps on an offline basis, with a one-off cost (no monthly subscriptions).
Without a doubt, such offline app dev software is in development now, and I cannot wait until it arrives.
For now, I use HTML5 based WYSIWYG solutions which work well in good wifi / 4g connection, but with no App Store listing and no ability to push notify, but I can create these without subscription / cloud based resources.
It suits clients that have a user base that would generally be within good connection areas and require their services in such a place.

Good free website builder?

Wasnt quite sure were to ask, so i just posted here.
Hoping someone can help.
Anyone know of a website that will allow me to create my own website with simple building tools, i.e. does not require me to know code or html. And is free or cheap? Thank you for any help.
Andromendous said:
Wasnt quite sure were to ask, so i just posted here.
Hoping someone can help.
Anyone know of a website that will allow me to create my own website with simple building tools, i.e. does not require me to know code or html. And is free or cheap? Thank you for any help.
Click to expand...
Click to collapse
You can try Skylium (completely free). I have my web there and I didn't have problems in one year. Without banners and ads. With a lot of utilities: joomla, php, mysql...
Saludos
M110A2
Thanks for the quick response however, it seems to be all in Spanish...
Yes it's in Spanish, but it has a lot of services.
During a lot of years I had the web in 000Webhost (English), but it gave me some problems. You can test it.
I had another web in Aruba.it (not free, but cheap, and several languages). But I don't remember if it had building tools.
Saludos
M110A2
Probably the best site I've used is wix. It's super easy and looks awesome and everything is easy enough to edit with a little bit of practice.
Thanks for the suggestions guys, ill give em a shot
Wix is nice, but lots of ad and very proprietary (can not extract your data and move it somewhere) and you must pay to have your own domain name etc
In the same spirit you have jimdo and weebly which are less markettingly aggressive
jimdo.com
weebly.com
And Silex, which is free, open source, no hidden costs, but with far less templates (you are supposed to start your site from a blank page)
silex.me
Wix is my fave!
Thought I'll update this website for the times. My favorite website builder is hPage ( https://www.hpage.com ). I have created two websites there already and it's really good. I love all the features and it's very affordable too compared to other website builders.
Andromendous said:
Wasnt quite sure were to ask, so i just posted here.
Hoping someone can help.
Anyone know of a website that will allow me to create my own website with simple building tools, i.e. does not require me to know code or html. And is free or cheap? Thank you for any help.
Click to expand...
Click to collapse
Try to use Wix, I've heard a lot of good things about it.
Wix is my fave
Andromendous said:
Wasnt quite sure were to ask, so i just posted here.
Hoping someone can help.
Anyone know of a website that will allow me to create my own website with simple building tools, i.e. does not require me to know code or html. And is free or cheap? Thank you for any help.
Click to expand...
Click to collapse
Hello, I suggest trying sites.google.com. I know that this is a google, and maybe you don't want to share data with them.
I use it for ~4 sites and I don't know much code (except some HTML things), and it didn't ask to know it. Yeah, you can add HTML blocks yourself. But all can be done through interface.
I will not publish any links to the examples, because you can find through your favourite search engine yourself.
Google gives a "domain" like "sites.google.com /view/{name which can be configured before and after publishing}"
If you don't want that, try services for DDNS like noip .com or just shorten a link to the page you want (for example, bit .ly does that).
I also use Jimdo and it only annoys in some places where google's service is better (like >100 fonts (Jimdo offers only one, similar to Times)).
Give them a try.
HTH,
Anonymous

Categories

Resources