I've just started a book on Android development. Pretty interesting so far. Will definitely feel great to have Java under my belt.
Android supports c++, c through ndk but I think you're limited with it. If you're focus is android development thank you should start learning java or learn a framework like react.js so that can create cross platform apps that run on android and apple.I just started studying C++. If I want to create apps for Android, should I drop it and start learning Java or will it be useful to learn C++ as well?
I just started studying C++. If I want to create apps for Android, should I drop it and start learning Java or will it be useful to learn C++ as well?
I'm not into web but my thoughts:just had an online pre-interview screening test. the type where your input and changes are sent back as a video so they can see it all live time. it went pretty poorly and I'm gonna post the questions that had me stuck.
I'm more C#, OOP comfortable so I was kinda caught off guard . not necessarily looking for answers but even just resources/sites that would be good to look at to get on the path to knowing that kinda stuff with ease.
I'm not into web but my thoughts:
Question one I think can be done with PHP similar to how WordPress does their templates. The header, body, and footer are populated using PHP I believe. So you'd put that HTML into a PHP function and call it wherever you want it used.
Question 2 I'd move the CSS into its own file for reusability. For the navigation elements I think HTML 5 has a navbar element or something. In the second to last div I think instead of styles they should be classes because that's the usual convention. Lastly I think the doctype thing is wrong for HTML 5 compliance.
By way of resources I don't have anything concrete for you. The reason I mentioned PHP and WordPress is because I took a BS web design class in college and they had us make WordPress sites. I downloaded a theme but wanted to make small changes so I poked around in the code. Found out PHP templates populate the pages.
The question 2 stuff I mentioned, you can try HTML Overview . They're good for quick references on quite a few languages actually. If you look through the Udemy Course thread, find those links I posted, try to find few courses on Angular taught by Mosh Hamedani. While it's not specifically for HTML/CSS he uses good practices and you'll pick them up along the way. Also mess around with Bootstrap and you'll understand how you generally employ classes for styling elements: Bootstrap 3 Tutorial
Yeah I've been using emmet for awhile. I was answering the question as if you didn't have that tool available. Emmet, is what I use for a html boilerplate. I also like vscode's IntelliSense. I've been looking at pug and markdown as html template engine. I like them both cleaner markup but, setting up all that stuff with gulp to convert it to html is a pain. Although I'm getting better with using a task runner, I hate it when something breaks and I get side tracked trying to fix it instead of coding. Yeah I've heard of electron that's what github used to build atom.
I feel ya, It's a pain and its always something new. I like that web dev is pushing the envelope but it gets overwhelming sometimes with all the stuff that you need to know.the worst part of javascript is the 10,000 side tools you need to get things set up like webpack and gulp.
I feel ya, It's a pain and its always something new. I like that web dev is pushing the envelope but it gets overwhelming sometimes with all the stuff that you need to know.