Are libraries essential for building apps?
46 观看
2回复
1 作者的声誉
I recently started learning coding I actually didn’t know where to start after doing some researching I decided learning the javascript language as a first step . After finishing the courses on freecodecamp I didnt know what to do next I heard so many things to the point that I feel like I dont know anything . I would like someone to actually help me understand basics before languages, html css ... Here are my questions : Are libraries essential to build a website or create games ? What ui and ux ? ( I heard that its for webpages designing though I also heard that css is also for web designing ) What’s a framework ? Does all languages have libraries ? Can you develop apps without libraries or frame work just using css html and javascript(example)
作者: Abderrahmene 的来源 发布者: 2017 年 12 月 27 日回应 2
-3像
617 作者的声誉
Are libraries essential to build a website or create games?
Yes. Any code you write will fundamentally become your library.
What ui and ux?
UI is the user interface of any tool that requires input. UX is the user experience of a given interface. For example, an airplane pilot is given an interface to control the aircraft, and the controllers are meaningfully arranged to give the pilot the ability to fly safely. The result of the user experience is determined by the pilot's ability to accomplish a task.
What’s a framework?
A framework is the foundation for deploying multiple functionalities for specific tasks. For example, an airport specifically manages how passengers arrive and depart to a new location by air travel. Similarly, a boating dock specifically manages how passengers travel over water. Here is a list of a few web frameworks out there: Github Frameworks
Do all languages have libraries?
Most languages include built-in libraries. For example, Javascript includes basic math functions.
Can you develop apps without libraries or frame work just using css html and javascript(example)
Yes and no. HTML is a markup language, and CSS is used to style your information. Fundamentally, you can write a static web app with html, hide or reveal information with css, and link out to other pages. If you intend to write an app with functionality that manipulates the HTML or CSS, you will need a programming language such as Javascript.
作者: doppler 发布者: 2017 年 12 月 27 日-3像
61 作者的声誉
Are libraries essential to build a website or create games? In a way no, but they will make your life much easier if you use them properly.
What is UI and UX? User Experience and User Interface. The first one (UX) is in charge of researching the user and it's context to plan and design the basic structure and flow of any platform, app, etc... The later (UI), using the UX outcome, manages the final design, the look-n-feel of it, as well as all the interactions.
What’s a framework? A library of a coding lenguage. They are very useful when you are developing, helps cut time if you can settle for somewhat generic functions-styles. Personally, I still customize the looks as some of them they can look a bit too generic
Does all languages have libraries? Most of them, yeah. All web development languages I know do.
Can you develop apps without libraries or frame work just using css html and javascript(example)? Yes, but for these lenguages it sounds like a waste of time not to use them. The basics to start on those 3 would be Bootstrap, jQuery and their
作者: Oscar 发布者: 2018 年 1 月 4 日来自类别的问题 :
- html 如何检测网页中使用了哪一个定义的字体?
- html 如何为我的网站提供iPhone的图标?
- html 如何在Web表单字段/输入标记上禁用浏览器自动完成?
- html 如何使用Prototype自动调整textarea?
- html 如何定制有序列表中的数字?
- css 使用CSS创建圆角
- css 如何在网站中找到未使用的图像和CSS样式?
- user-interface 什么是MVP和MVC,有什么区别?
- user-interface 如何使用Python创建可直接执行的跨平台GUI应用程序?
- user-interface 与客户进行GUI原型设计
- user-interface 如何使按钮看起来像被按下一样?
- user-interface 丰富的GUI OS X框架?
- user-experience 在Android中制作类似应用程序的向导
- user-experience 在本机不支持“占位符”属性的浏览器中,最准确的方法是什么?
- user-experience 如何在iOS应用程序中诊断阻止?
- user-experience 使用“桌面模式”浏览器仅检测移动用户
- user-experience 衡量网站的用户体验