Coder Social home page Coder Social logo

alisource's Introduction

Gaboso

export const Gaboso = () => {
  const basic = {
    name: 'Gabriel de Carvalho',
    city: 'Oporto',
    role: 'Software Developer',
  };

  const tech = ['Java', 'Javascript', 'React', 'React Native', 'Docker', 'Spring Boot'];

  const hobby = {
      soccerTeam: 'Cruzeiro',
      tvSeries: 'Community',
      movie: 'Back to the Future',
      game: 'Sniper Elite 4',
  };

  return {basic, tech, hobby};
}

alisource's People

Contributors

gaboso avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

alisource's Issues

setVisibility methods dont works with non TextView components

Describe the bug
setVisibility methods dont works with LinearLayoutCompat

To Reproduce
Steps to reproduce the behavior:

  1. using setVisibilityVisible(R.id.non_textview_component);
  2. get error: Caused by: java.lang.ClassCastException: android.support.v7.widget.LinearLayoutCompat cannot be cast to android

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. Android 8]
  • App Version [e.g. 1.1.1]

Additional context
nothing.

Create method to load test ads

Alisource already has a method for loading ads, but the method loads a non-fictional ad and can't be used in tests.

Suggestion:

loadTestAd(R.id.adView, idDeviceTest)

Change way parents are used in styles

Change the way parents are used in styles, because in the applications they are using, the parent is not working as follows : <style name="fonts.colors" ..., possible solution <style name="colors" parent="fonts" ...

Rename package

Rename package from br.com.alisource classes to com.github.gaboso

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.