Live data from Hacker News

Show HN: Weekend Project - Create Simple Android mockup

yeblon.com

21–30 of 38 posts

Re: Show HN: Weekend Project - Create Simple Android mockup

#22

Nice work! I've been hacking on something very similar. What are you using to save the layouts?

The saving part is actually quite odd :) I get innerHTML (with inline css to position the elements correctly) of the layout where you can insert objects and save it to database.

Re: Show HN: Weekend Project - Create Simple Android mockup

#24

Nice work! I've been hacking on something very similar. What are you using to save the layouts?

The saving part is actually quite odd :) I get innerHTML (with inline css to position the elements correctly) of the layout where you can insert objects and save it to database.

This is awesome. Maybe, you can store the current elements coordinates to prevent overlapping on top of each other when you click multiple elements at the same time. Not a biggie. Love it.

Re: Show HN: Weekend Project - Create Simple Android mockup

#27
post #26

looks good. one thing though: on my 30" the distance between the phone elements and the bin is extremely far (worse on the rotated 24"). move the bin or let me remove an element by dbl-clicking it.

I imagined something like this could be a problem. Thanks for the idea to delete elements with doubelcick. I implemented it already :)

Re: Show HN: Weekend Project - Create Simple Android mockup

#29

Nice! I tried dragging components onto the screen, took me a minute before I realized I had to click them and then drag them around.

Same here, I was trying to drag all along, I guess that's the natural way we understand apps nowadays.

Great app anyways! keep it up, great work! ;)

Re: Show HN: Weekend Project - Create Simple Android mockup

#30

Nice work! I've been hacking on something very similar. What are you using to save the layouts?

For a second I thought they are talking about exporting the mockup to an actual Android layout which made me come back and check for that option, only to not find it. They are just talking about serializing the mockup for later reference.
Post reply on HN